diff --git a/docs/Configuration.md b/docs/Configuration.md index d6762ea4b695..ac2047fff049 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -2305,7 +2305,11 @@ 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. +:::caution + +Percentage based memory limit [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} */ diff --git a/website/versioned_docs/version-29.0/Configuration.md b/website/versioned_docs/version-29.0/Configuration.md index d6762ea4b695..ac2047fff049 100644 --- a/website/versioned_docs/version-29.0/Configuration.md +++ b/website/versioned_docs/version-29.0/Configuration.md @@ -2305,7 +2305,11 @@ 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. +:::caution + +Percentage based memory limit [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} */