Update configmanager.js
This commit is contained in:
parent
8c0b55bb17
commit
8d33058536
@ -75,12 +75,7 @@ const DEFAULT_CONFIG = {
|
||||
minRAM: resolveMinRAM(),
|
||||
maxRAM: resolveMaxRAM(), // Dynamic
|
||||
executable: null,
|
||||
jvmOptions: [
|
||||
'-XX:+UseConcMarkSweepGC',
|
||||
'-XX:+CMSIncrementalMode',
|
||||
'-XX:-UseAdaptiveSizePolicy',
|
||||
'-Xmn128M'
|
||||
],
|
||||
jvmOptions: [],
|
||||
},
|
||||
game: {
|
||||
resWidth: 1280,
|
||||
|
Loading…
Reference in New Issue
Block a user