commit | 9479fc1ad0d35beec0df87e926d92983990b9d4c | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@gmail.com> | Wed May 29 21:42:18 2013 -0700 |
committer | zheilbron <zheilbron@gmail.com> | Wed May 29 21:42:18 2013 -0700 |
tree | a83986689eb522ba10fce756c4828f794a95b95b | |
parent | 161aa54e25abcfe941d10bbe625c2b6ef9906706 [diff] [blame] |
update default size of in-memory components to be consistent with JVM build size
diff --git a/pom.xml b/pom.xml index f4c46c6..c8000f8 100644 --- a/pom.xml +++ b/pom.xml
@@ -50,7 +50,7 @@ </property> </activation> <properties> - <test.heap.size>2047</test.heap.size> + <test.heap.size>2048</test.heap.size> </properties> </profile>