summaryrefslogtreecommitdiffstats
path: root/nbproject/project.properties
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-10-31 02:52:51 +0100
committerMichael Bien <[email protected]>2009-10-31 02:52:51 +0100
commit905a38eb0a435a31ba5a4a9091dfc67350fc8fa8 (patch)
tree601a672140f58562db511dbccce7be258bc16350 /nbproject/project.properties
parent9391dcca25535172316a7e2ec593c381f2fb6f5a (diff)
updated headers to latest version.
added -Xmx256m to junit jvm arguments to prevent OOME on some systems.
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r--nbproject/project.properties4
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}