Skip to content

Commit

Permalink
Heap size for tests was increased.
Browse files Browse the repository at this point in the history
  • Loading branch information
laa committed Sep 4, 2015
1 parent 3f6185e commit 6fbcae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -45,7 +45,7 @@
</osgi.export>
<jna.version>4.0.0</jna.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-ea -Xmx2048m
<argLine>-ea -Xmx3072m
-Dindex.flushAfterCreate=false
-Dstorage.makeFullCheckpointAfterCreate=false
-Dstorage.makeFullCheckpointAfterOpen=false
Expand Down
1 change: 1 addition & 0 deletions tests/pom.xml
Expand Up @@ -132,6 +132,7 @@
<orient.server.testMode>${orient.server.testMode}</orient.server.testMode>
<orient.server.port>${orient.server.port}</orient.server.port>
</systemPropertyVariables>
<argLine>-Xmx3072m</argLine>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 6fbcae8

Please sign in to comment.