From 905a38eb0a435a31ba5a4a9091dfc67350fc8fa8 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 31 Oct 2009 02:52:51 +0100 Subject: updated headers to latest version. added -Xmx256m to junit jvm arguments to prevent OOME on some systems. --- nbproject/project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nbproject/project.properties') 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} -- cgit v1.2.3