commit | 79c58714de6ac96462e6ec76187e00fd3ba45ebe | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Mon Jul 29 23:08:25 2013 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Tue Jul 30 10:27:14 2013 -0700 |
tree | 016935c2d8e22ca1f6e09eb123460b9199bdd56c | |
parent | 58920b3468a7556558f4cf98e6c768e287fab6c9 [diff] |
Fix acceptance test heap size to 128m Buck defaults to running 1.25 * ncpus tests in parallel. If each test uses a heap size of 128M then an 8 core system will need at least 1.25G of RAM for JVM heap during test execution. The actual memory used will of course be much higher due to JVM overhead. Set a default memory for acceptance tests to prevent a huge explosion during `buck test --all`. Change-Id: I373df822c029d2dc24c625129f540211cda910e7