You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/08/26 16:52:09 UTC

[2/3] git commit: setting the max heap back to 1024m

setting the max heap back to 1024m


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

Branch: refs/heads/two-dot-o-notifications-queue
Commit: 981f4afb3f8bff17bc790a1644788b67e57abec4
Parents: cc12bf6
Author: ryan bridges <rb...@apigee.com>
Authored: Mon Aug 25 11:02:26 2014 -0400
Committer: ryan bridges <rb...@apigee.com>
Committed: Mon Aug 25 11:02:26 2014 -0400

----------------------------------------------------------------------
 stack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/981f4afb/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 1a72339..0ff39ae 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -85,7 +85,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <!-- you can override these via MAVEN_OPTS -->
-    <ug.heapmax>4096m</ug.heapmax>
+    <ug.heapmax>1024m</ug.heapmax>
     <ug.heapmin>1024m</ug.heapmin>
 
     <usergrid-custom-spring-properties>classpath:/usergrid-custom.properties</usergrid-custom-spring-properties>