You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2015/11/11 00:43:11 UTC

[49/50] [abbrv] incubator-geode git commit: Merge remote-tracking branch 'origin/develop' into feature/GEODE-12

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2710a422/build.gradle
----------------------------------------------------------------------
diff --cc build.gradle
index 44be620,e3b1033..bdc6f02
--- a/build.gradle
+++ b/build.gradle
@@@ -372,11 -388,13 +388,11 @@@ subprojects 
          }
          
          maxHeapSize '768m'
-         jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-XX:MaxPermSize=256M', '-ea']
+         jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-ea']
  
 -        systemProperties = [
 -          'gemfire.DEFAULT_MAX_OPLOG_SIZE' : '10',
 -          'gemfire.disallowMcastDefaults'  : 'true',
 -          'jline.terminal'                 : 'jline.UnsupportedTerminal',
 -        ]
 +        systemProperty 'gemfire.DEFAULT_MAX_OPLOG_SIZE', '10'
 +        systemProperty 'gemfire.disallowMcastDefaults', 'true'
 +        systemProperty 'jline.terminal', 'jline.UnsupportedTerminal'
  
          def eol = System.getProperty('line.separator')
          def progress = new File(resultsDir, "$test.name-progress.txt")

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2710a422/gemfire-assembly/build.gradle
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2710a422/settings.gradle
----------------------------------------------------------------------