Update configmanager.js
This commit is contained in:
parent
8c0b55bb17
commit
8d33058536
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user