removed --max-old-space-size=1024

This commit is contained in:
booploops 2022-01-04 22:50:06 -08:00
parent ed8a7821ba
commit affc39e3fb

View file

@ -131,7 +131,7 @@ if (process.platform === "linux") {
* App Event Handlers
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
app.commandLine.appendSwitch('js-flags', '--max-old-space-size=1024')
// app.commandLine.appendSwitch('js-flags', '--max-old-space-size=1024')
app.on('ready', () => {
app.whenReady().then(async () => {