Skip to content

Commit

Permalink
disable worker idle memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu committed Feb 15, 2024
1 parent dae9f46 commit 97bfe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ module.exports = {
'!src/logging/**' /* exclude logging setup */
],
setupFilesAfterEnv: ['./jest.setup.js'] /* Global set up file */,
workerIdleMemoryLimit: '512mb'
// workerIdleMemoryLimit: '512mb'
};

0 comments on commit 97bfe9e

Please sign in to comment.