diff options
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 057aed77..1d64a436 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -63,7 +63,9 @@ run.classpath=\ # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): -run.jvmargs=-Djava.library.path="${basedir}/build/natives/jocl" +run.jvmargs=-Xmx256m -Djava.library.path=\ + "${basedir}/build/natives/jocl:\ + ${basedir}/../gluegen/build/obj" run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} |