Skip to content

Commit e39cda5

Browse files
docs(linter/plugins): remove Windows OOM warning from Oxlint JS plugins page (#715)
1 parent 02bb52e commit e39cda5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/docs/guide/usage/linter/js-plugins.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ All APIs which _are_ implemented should behave identically to ESLint. If you fin
1919
that's a bug - please [report it](https://github.com/oxc-project/oxc/issues/new?template=linter_bug_report.yaml).
2020
:::
2121

22-
:::warning
23-
Some users have reported [out-of-memory errors on Windows](https://github.com/oxc-project/oxc/issues/14375).
24-
This is due to how Windows manages virtual memory, which does not interface well with Oxlint's "raw transfer" method
25-
of communicating between Rust and JS.
26-
27-
We are working on a fix. In meantime, if you hit this error, we recommend using
28-
[WSL](https://learn.microsoft.com/en-us/windows/wsl/) on Windows.
29-
:::
30-
3122
## Using JS plugins
3223

3324
1. Add path to the plugin to `.oxlintrc.json` config file, under `jsPlugins`.

0 commit comments

Comments
 (0)