Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 3917c9d9f -> 3dc77999b
Increasing JVM max memory to 2Gigs in Stratos default distribution Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/3dc77999 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/3dc77999 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/3dc77999 Branch: refs/heads/stratos-4.1.x Commit: 3dc77999b688b6a1267a014f83fdf95d06af9ac5 Parents: 3917c9d Author: Akila Perera <[email protected]> Authored: Fri Oct 2 12:12:29 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Fri Oct 2 12:12:29 2015 +0530 ---------------------------------------------------------------------- products/stratos/modules/distribution/src/main/bin/stratos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/3dc77999/products/stratos/modules/distribution/src/main/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/bin/stratos.sh b/products/stratos/modules/distribution/src/main/bin/stratos.sh index 1eb48a4..4b63fa1 100755 --- a/products/stratos/modules/distribution/src/main/bin/stratos.sh +++ b/products/stratos/modules/distribution/src/main/bin/stratos.sh @@ -271,7 +271,7 @@ while [ "$status" = "$START_EXIT_STATUS" ] do $JAVACMD \ -Xbootclasspath/a:"$CARBON_XBOOTCLASSPATH" \ - -Xms256m -Xmx1024m -XX:MaxPermSize=256m \ + -Xms512m -Xmx2048m -XX:MaxPermSize=256m \ -XX:+HeapDumpOnOutOfMemoryError \ -XX:HeapDumpPath="$CARBON_HOME/repository/logs/heap-dump.hprof" \ $JAVA_OPTS \
