Skip to content

Commit

Permalink
DRILL-2825: Bump test memory to 3g due to sporadic OOM on TestLargeFi…
Browse files Browse the repository at this point in the history
…leCompilation.
  • Loading branch information
jacques-n committed Apr 19, 2015
1 parent c0d5a69 commit 9ec257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
<argLine>-Xms512m -Xmx2g -Ddrill.exec.http.enabled=false
<argLine>-Xms512m -Xmx3g -Ddrill.exec.http.enabled=false
-Ddrill.exec.sys.store.provider.local.write=false
-Dorg.apache.drill.exec.server.Drillbit.system_options="org.apache.drill.exec.compile.ClassTransformer.scalar_replacement=on"
-XX:MaxPermSize=256M -XX:MaxDirectMemorySize=3072M
Expand Down

0 comments on commit 9ec257e

Please sign in to comment.