Skip to content

Commit

Permalink
Fix test fixture: JVM max heap to 8g
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed May 12, 2024
1 parent 13cde1b commit fbefc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/python/jpy_array_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import jpyutil


jpyutil.init_jvm(jvm_maxmem='32M', jvm_classpath=['target/test-classes'])
jpyutil.init_jvm(jvm_maxmem='8g', jvm_classpath=['target/test-classes'])
import jpy


Expand Down

0 comments on commit fbefc2e

Please sign in to comment.