Skip to content

Commit 6a01376

Browse files
committed
Let Java manage its own memory usage
1 parent 3ba268f commit 6a01376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distrib/common/app/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function startCodePulse() {
6666
// make sure java is executable...
6767
chmodSync(java, 0755);
6868

69-
var args = [ '-XX:MaxPermSize=128M', '-Xmx1024M', '-DSTOP.PORT=0', '-jar', 'start.jar', 'jetty.host=localhost', 'jetty.port=0' ];
69+
var args = [ '-DSTOP.PORT=0', '-jar', 'start.jar', 'jetty.host=localhost', 'jetty.port=0' ];
7070

7171
writeLog('Starting Code Pulse...\n');
7272
writeLog('Using Java: ' + java + '\n');

0 commit comments

Comments
 (0)