removed --max-old-space-size=1024
This commit is contained in:
parent
ed8a7821ba
commit
affc39e3fb
1 changed files with 1 additions and 1 deletions
2
index.js
2
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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue