Skip to content

Commit

Permalink
0002320: Bump up the default amount of memory from 256 to 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 24, 2015
1 parent 42b7614 commit 8d687fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions symmetric-server/src/main/deploy/conf/sym_service.conf
Expand Up @@ -28,10 +28,10 @@ wrapper.java.additional.12=-Djava.net.preferIPv4Stack=true
#wrapper.java.additional.12=-server

# Initial Java Heap Size (in MB)
wrapper.java.initmemory=256
wrapper.java.initmemory=1024

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=256
wrapper.java.maxmemory=1024

#********************************************************************
# Wrapper Application Properties
Expand Down

0 comments on commit 8d687fb

Please sign in to comment.