From ccffa1fd0a3a451b04e595129f1ee9c61a2533df Mon Sep 17 00:00:00 2001 From: Sanyi Date: Fri, 19 Jul 2024 17:35:29 +0200 Subject: [PATCH] EMA-150 auto test memory optimizing --- dev/testv2/cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/testv2/cypress.config.js b/dev/testv2/cypress.config.js index 9129202..44a46d3 100644 --- a/dev/testv2/cypress.config.js +++ b/dev/testv2/cypress.config.js @@ -25,7 +25,7 @@ module.exports = defineConfig({ launchOptions.args.push("--disable-gpu"); } } - launchOptions.args.push("--js-flags=--max-old-space-size=3500"); + launchOptions.args.push("--js-flags=--max-old-space-size=6144"); return launchOptions; });