You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ $ # more information at https://github.com/sourcegraph/src-cli
29
29
$ src code-intel upload
30
30
```
31
31
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
+
32
34
### target-only
33
35
34
36
To run scip-python over only a particular directory, you can use the `--target-only` flag. Example:
0 commit comments