From affc39e3fbc0038d0e7efaad48c17f52fb84affa Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Tue, 4 Jan 2022 22:50:06 -0800 Subject: [PATCH] removed --max-old-space-size=1024 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 959e94f0..03e33a57 100644 --- a/index.js +++ b/index.js @@ -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 () => {