You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2016/04/01 07:40:30 UTC

incubator-geode git commit: GEODE-1143: Reverting GC changes to test.gradle

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 8503fc393 -> a781843b1


GEODE-1143: Reverting GC changes to test.gradle


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a781843b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a781843b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a781843b

Branch: refs/heads/develop
Commit: a781843b160de7b751b8d32990a163fe31ef798c
Parents: 8503fc3
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Fri Apr 1 16:40:20 2016 +1100
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Fri Apr 1 16:40:20 2016 +1100

----------------------------------------------------------------------
 gradle/test.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a781843b/gradle/test.gradle
----------------------------------------------------------------------
diff --git a/gradle/test.gradle b/gradle/test.gradle
index 23a2b0e..2dd7521 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -201,7 +201,8 @@ subprojects {
         }
         
         maxHeapSize '768m'
-        jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-ea',"-XX:+PrintGC", "-XX:+PrintGCDetails","-XX:+PrintGCTimeStamps"]
+//        jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-ea',"-XX:+PrintGC", "-XX:+PrintGCDetails","-XX:+PrintGCTimeStamps"]
+        jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-ea']
 
         systemProperty 'gemfire.DEFAULT_MAX_OPLOG_SIZE', '10'
         systemProperty 'gemfire.disallowMcastDefaults', 'true'