Commit 131d36e8 authored by gxkai's avatar gxkai

fix: memory

parent c9f2ab18
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
"build:dev": "npm run fix-memory-limit & NODE_ENV=production nx build remix-ide --prod --skip-nx-cache", "build:dev": "npm run fix-memory-limit & NODE_ENV=production nx build remix-ide --prod --skip-nx-cache",
"serve:dev": "npx http-server ./dist/apps/remix-ide", "serve:dev": "npx http-server ./dist/apps/remix-ide",
"deploy:dev": "./deploy.sh 172.22.17.165", "deploy:dev": "./deploy.sh 172.22.17.165",
"fix-memory-limit": "cross-env LIMIT=5120 increase-memory-limit", "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
"nightwatch_parallel": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox", "nightwatch_parallel": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox",
"nightwatch_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox", "nightwatch_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox",
"nightwatch_local_chrome": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome", "nightwatch_local_chrome": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome",
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
"maximumError": "100mb" "maximumError": "100mb"
} }
], ],
"memoryLimit": 5120 "memoryLimit": 4096
} }
} }
}, },
...@@ -735,7 +735,7 @@ ...@@ -735,7 +735,7 @@
"maximumError": "100mb" "maximumError": "100mb"
} }
], ],
"memoryLimit": 5120 "memoryLimit": 4096
} }
} }
}, },
...@@ -986,7 +986,7 @@ ...@@ -986,7 +986,7 @@
"maximumError": "100mb" "maximumError": "100mb"
} }
], ],
"memoryLimit": 5120 "memoryLimit": 4096
} }
} }
}, },
...@@ -1055,7 +1055,7 @@ ...@@ -1055,7 +1055,7 @@
"maximumError": "100mb" "maximumError": "100mb"
} }
], ],
"memoryLimit": 5120 "memoryLimit": 4096
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment