Skip to content

Commit

Permalink
fix: try limiting worker size
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbrokaw committed Jan 27, 2025
1 parent 794590f commit 372ba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- setup
- run: yarn cache clean
- run: yarn install
- run: node --inspect --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage --coverage
- run: node --inspect --expose-gc ./node_modules/.bin/jest --workerIdleMemoryLimit=350 --logHeapUsage --coverage
# path configured in jest.config.js as <rootDir>/<coverageDirectory>
- store_artifacts:
path: app/javascript/test-coverage
Expand Down

0 comments on commit 372ba1e

Please sign in to comment.