commit | a03050fca6c0edaafadb277169349e9196803fd9 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Mon Oct 22 05:14:34 2012 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Mon Oct 22 05:14:34 2012 +0000 |
tree | 551b89369e8b121d2ea828596b781e651720524a | |
parent | 8b03929331b3d0d385bd5ef704e939e9746a6490 [diff] [blame] |
lower memory usage for tests git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_staging@2194 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix-dataflow-std-base/pom.xml b/pregelix-dataflow-std-base/pom.xml index 8b6cb49..287c8ff 100644 --- a/pregelix-dataflow-std-base/pom.xml +++ b/pregelix-dataflow-std-base/pom.xml
@@ -33,7 +33,7 @@ <version>2.7.2</version> <configuration> <forkMode>pertest</forkMode> - <argLine>-enableassertions -Xmx2047m -Dfile.encoding=UTF-8 + <argLine>-enableassertions -Xmx512m -Dfile.encoding=UTF-8 -Djava.util.logging.config.file=src/test/resources/logging.properties</argLine> <includes> <include>**/*TestSuite.java</include>