Skip to content

Commit

Permalink
Does CI really need a 4GB heap?
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrowning committed Dec 7, 2011
1 parent f071d01 commit 2f0d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
<profile>
<id>ci</id>
<properties>
<max.heap>4096m</max.heap>
<max.heap>2048m</max.heap>
<driver.type>headless</driver.type>
</properties>
</profile>
Expand Down

0 comments on commit 2f0d1d2

Please sign in to comment.