Skip to content

Commit

Permalink
Document that the memory increases appear to be necessary for Travis …
Browse files Browse the repository at this point in the history
…only (and that they do appear to solve the problem there).

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=235776445
  • Loading branch information
cpovirk authored and cgdecker committed Mar 7, 2019
1 parent 5aca883 commit 0fb7d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guava-gwt/pom.xml
Expand Up @@ -342,6 +342,7 @@
<mode>htmlunit</mode>
<htmlunit>FF38</htmlunit>
<productionMode>true</productionMode>
<!-- Fix OutOfMemoryError under Travis. -->
<extraJvmArgs>-Xms3500m -Xmx3500m -Xss1024k</extraJvmArgs>
<sourceLevel>1.8</sourceLevel>
<!-- Keep these timeouts very large because, if we hit the timeout, the tests silently pass :( -->
Expand Down

0 comments on commit 0fb7d73

Please sign in to comment.