Skip to content

Commit

Permalink
Initial set of scripts from devstack for standalone contrail installa…
Browse files Browse the repository at this point in the history
…tion, configuration and launch
  • Loading branch information
Deepinder Setia committed Feb 11, 2014
1 parent c121497 commit 8d52bb9
Show file tree
Hide file tree
Showing 4 changed files with 1,666 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cassandra-env.sh.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- cassandra-env.sh-orig 2013-11-01 22:39:23.899752001 +0000
+++ cassandra-env.sh 2013-11-01 22:39:58.067752000 +0000
@@ -72,8 +72,8 @@
# times. If in doubt, and if you do not particularly want to tweak, go with
# 100 MB per physical CPU core.

-#MAX_HEAP_SIZE="4G"
-#HEAP_NEWSIZE="800M"
+MAX_HEAP_SIZE="4G"
+HEAP_NEWSIZE="800M"

if [ "x$MAX_HEAP_SIZE" = "x" ] && [ "x$HEAP_NEWSIZE" = "x" ]; then
calculate_heap_sizes
Loading

0 comments on commit 8d52bb9

Please sign in to comment.