You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/09/30 20:07:16 UTC

[1/3] git commit: ACCUMULO-3187 Up the default memory for MAC for ExamplesIT

Repository: accumulo
Updated Branches:
  refs/heads/1.6 43850055c -> 8d316a387
  refs/heads/master c2bdaf292 -> 2cac013a4


ACCUMULO-3187 Up the default memory for MAC for ExamplesIT

Was seeing some OOMEs. Give the JVM a little more headroom.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8d316a38
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8d316a38
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8d316a38

Branch: refs/heads/1.6
Commit: 8d316a3872f364eb9120a483afb63a761fa3ac04
Parents: 4385005
Author: Josh Elser <el...@apache.org>
Authored: Tue Sep 30 13:58:36 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Sep 30 13:58:36 2014 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/accumulo/test/functional/ExamplesIT.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8d316a38/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java b/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
index 22025a2..210e057 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
@@ -106,7 +106,8 @@ public class ExamplesIT extends ConfigurableMacIT {
 
   @Override
   public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopConf) {
-    cfg.setDefaultMemory(cfg.getDefaultMemory() * 2, MemoryUnit.BYTE);
+    // 128MB * 3
+    cfg.setDefaultMemory(cfg.getDefaultMemory() * 3, MemoryUnit.BYTE);
   }
 
   @Before


[2/3] git commit: ACCUMULO-3187 Up the default memory for MAC for ExamplesIT

Posted by el...@apache.org.
ACCUMULO-3187 Up the default memory for MAC for ExamplesIT

Was seeing some OOMEs. Give the JVM a little more headroom.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8d316a38
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8d316a38
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8d316a38

Branch: refs/heads/master
Commit: 8d316a3872f364eb9120a483afb63a761fa3ac04
Parents: 4385005
Author: Josh Elser <el...@apache.org>
Authored: Tue Sep 30 13:58:36 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Sep 30 13:58:36 2014 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/accumulo/test/functional/ExamplesIT.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8d316a38/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java b/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
index 22025a2..210e057 100644
--- a/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/functional/ExamplesIT.java
@@ -106,7 +106,8 @@ public class ExamplesIT extends ConfigurableMacIT {
 
   @Override
   public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopConf) {
-    cfg.setDefaultMemory(cfg.getDefaultMemory() * 2, MemoryUnit.BYTE);
+    // 128MB * 3
+    cfg.setDefaultMemory(cfg.getDefaultMemory() * 3, MemoryUnit.BYTE);
   }
 
   @Before


[3/3] git commit: Merge branch '1.6'

Posted by el...@apache.org.
Merge branch '1.6'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2cac013a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2cac013a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/2cac013a

Branch: refs/heads/master
Commit: 2cac013a4f7b67a8d8677e4dbc1cbfc3b3313ff8
Parents: c2bdaf2 8d316a3
Author: Josh Elser <el...@apache.org>
Authored: Tue Sep 30 13:59:21 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue Sep 30 13:59:21 2014 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/accumulo/test/functional/ExamplesIT.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------