Update configmanager.js

This commit is contained in:
Yoann Brigant 2022-08-23 11:58:01 +02:00
parent 8c0b55bb17
commit 8d33058536

View File

@ -75,12 +75,7 @@ const DEFAULT_CONFIG = {
minRAM: resolveMinRAM(), minRAM: resolveMinRAM(),
maxRAM: resolveMaxRAM(), // Dynamic maxRAM: resolveMaxRAM(), // Dynamic
executable: null, executable: null,
jvmOptions: [ jvmOptions: [],
'-XX:+UseConcMarkSweepGC',
'-XX:+CMSIncrementalMode',
'-XX:-UseAdaptiveSizePolicy',
'-Xmn128M'
],
}, },
game: { game: {
resWidth: 1280, resWidth: 1280,