Skip to content

Commit

Permalink
Change default parameters to be "-server -Xmx1g -Xss1m, 1 thread".
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenkrab committed Jul 13, 2010
1 parent 1c89a3d commit 195dc20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ej
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ EJC_DIR=`dirname "$EJC_CMD"`

source $EJC_DIR/env_cfg

exec java -server \
exec java -server -da \
-Derj.threads=1 \
-Xmx1g -Xss1m \
-jar $EJC_DIR/erjang-0.1.jar \
-home $HOME \
-root $ERL_ROOT \
Expand Down

0 comments on commit 195dc20

Please sign in to comment.