From 97aef9d19274b4e4d7c43bf59a244d2d5e9ba304 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 3 Nov 2023 19:01:54 +0100
Subject: [PATCH] OZG-4320 OZG-4488 Try to mitigate high memory consumption of
 Jest

---
 goofy-client/jest.preset.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/goofy-client/jest.preset.js b/goofy-client/jest.preset.js
index c727bf44b8..cec3849260 100644
--- a/goofy-client/jest.preset.js
+++ b/goofy-client/jest.preset.js
@@ -27,5 +27,6 @@ module.exports = {
 	...nxPreset,
 	moduleNameMapper: {
 		'lodash-es': 'lodash',
-	}
+	},
+	workerIdleMemoryLimit: '500MB'
 };
-- 
GitLab