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
Right now our wsl instructions say to run chapel with make -j 16 but by default wsl is allocated 8 Gb of mem and it will run out of memory and fail to build. So we either need to lower that to -j 8 or tell users how to add a .wslconfig file to increase the amount of mem wsl has access to
The text was updated successfully, but these errors were encountered:
…re during server builds (#3795)
* closes#3727: Note large RAM requirements in build documentation and fix broken link
* closes#3759: Improve chpldoc explanation in docs
* Closes#3748: Updated wsl documentation to lower `-j` to avoid running out of memory with default 8Gb
---------
Co-authored-by: Tess Hayes <[email protected]>
Right now our
wsl
instructions say to run chapel withmake -j 16
but by defaultwsl
is allocated 8 Gb of mem and it will run out of memory and fail to build. So we either need to lower that to-j 8
or tell users how to add a.wslconfig
file to increase the amount of memwsl
has access toThe text was updated successfully, but these errors were encountered: