Skip to content

Commit 760dd21

Browse files
authored
feat: add error for % memory on CircleCI (#13126)
1 parent 6d59ed6 commit 760dd21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,6 +2274,8 @@ After the worker has executed a test the memory usage of it is checked. If it ex
22742274
- `G` / `GB` - Gigabytes
22752275
- `GiB` - Gibibytes
22762276

2277+
**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.
2278+
22772279
```js tab
22782280
/** @type {import('jest').Config} */
22792281
const config = {

0 commit comments

Comments
 (0)