Skip to content

Commit

Permalink
Reduce initial heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed Mar 23, 2017
1 parent c5663b4 commit 3b68276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meghanada.el
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function."
(start-process-shell-command
"meghanada-server"
meghanada--server-buffer
(format "java %s -ea -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Xverify:none -Xms256m -Xmx4G -Dfile.encoding=UTF-8 -jar %s -p %d %s"
(format "java %s -ea -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Xverify:none -Xms128m -Xmx4G -Dfile.encoding=UTF-8 -jar %s -p %d %s"
(if meghanada-server-remote-debug
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
"")
Expand Down

0 comments on commit 3b68276

Please sign in to comment.