You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/11/06 01:15:05 UTC

[19/50] git commit: More changes to opscenter init

More changes to opscenter init


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

Branch: refs/heads/two-dot-o
Commit: d94ea8f760d2505672adc8d310a57e017d438f9d
Parents: eec9a62
Author: Todd Nine <tn...@apigee.com>
Authored: Sat Nov 1 17:13:06 2014 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Sat Nov 1 17:13:06 2014 -0600

----------------------------------------------------------------------
 .../src/main/dist/init_instance/init_opscenter_server.sh         | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d94ea8f7/stack/awscluster/src/main/dist/init_instance/init_opscenter_server.sh
----------------------------------------------------------------------
diff --git a/stack/awscluster/src/main/dist/init_instance/init_opscenter_server.sh b/stack/awscluster/src/main/dist/init_instance/init_opscenter_server.sh
index 5df47cf..d453940 100644
--- a/stack/awscluster/src/main/dist/init_instance/init_opscenter_server.sh
+++ b/stack/awscluster/src/main/dist/init_instance/init_opscenter_server.sh
@@ -75,10 +75,6 @@ chown cassandra /mnt/data/cassandra
 cd /usr/share/usergrid/scripts
 groovy registry_register.groovy opscenter
 
-#TODO make this configurable for the box sizes
-#Leave default heaps in place
-#sed -i.bak s/calculate_heap_sizes\(\)/MAX_HEAP_SIZE=\"2G\"\\nHEAP_NEWSIZE=\"1200M\"\\n\\ncalculate_heap_sizes\(\)/g /etc/cassandra/cassandra-env.sh
-
 cd /usr/share/usergrid/scripts
 groovy configure_opscenter_cassandra.groovy > /etc/cassandra/cassandra.yaml
 /etc/init.d/cassandra start