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

SSDM-2600: increase MaxPermSize to 1G

SVN: 35000
parent d3fc40d6
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ test {
systemProperty "ant.project.name", project.name
maxHeapSize = "4096m"
jvmArgs '-XX:MaxPermSize=256m', '-Duser.timezone=Europe/Zurich'
jvmArgs '-XX:MaxPermSize=1024m', '-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