Skip to content

Commit

Permalink
feat: add error for % memory on CircleCI (#13126)
Browse files Browse the repository at this point in the history
  • Loading branch information
phawxby committed Aug 12, 2022
1 parent 6d59ed6 commit 760dd21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Configuration.md
Expand Up @@ -2274,6 +2274,8 @@ After the worker has executed a test the memory usage of it is checked. If it ex
- `G` / `GB` - Gigabytes
- `GiB` - Gibibytes

**NOTE:** [% based memory does not work on Linux CircleCI workers](https://github.com/facebook/jest/issues/11956#issuecomment-1212925677) due to incorrect system memory being reported.

```js tab
/** @type {import('jest').Config} */
const config = {
Expand Down

0 comments on commit 760dd21

Please sign in to comment.