Skip to content
Snippets Groups Projects
Commit cace1b03 authored by felmer's avatar felmer
Browse files

SSDM-2600: back to256m for MaxPermSize but set by allJvmArgs

SVN: 34984
parent 7957a353
No related branches found
No related tags found
No related merge requests found
......@@ -207,11 +207,11 @@ clean.dependsOn deleteSymLinks
test {
useTestNG()
options.suites('sourceTest/java/tests.xml')
options.suites('sourceTest/java/tests.xml')
systemProperty "ant.project.name", project.name
....systemProperty "ant.project.name", project.name
jvmArgs '-Xmx2048m', '-XX:MaxPermSize=1024m', '-Duser.timezone=Europe/Zurich'
allJvmArgs '-Xmx2048m', '-XX:MaxPermSize=256m', '-Duser.timezone=Europe/Zurich'
testLogging.showStandardStreams = true
ignoreFailures = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment