Skip to content

Commit a9444c0

Browse files
docs: Document fix for OOM error (#172)
1 parent e7a0ebc commit a9444c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ $ # more information at https://github.com/sourcegraph/src-cli
2929
$ src code-intel upload
3030
```
3131

32+
If you hit an out-of-memory error, increase the memory limit using the environment variable `NODE_OPTIONS="--max-old-space-size=8192"` to increase the heap size limit to 8GB (or higher, if needed).
33+
3234
### target-only
3335

3436
To run scip-python over only a particular directory, you can use the `--target-only` flag. Example:

0 commit comments

Comments
 (0)