Skip to content

Commit

Permalink
Add out of memory troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed May 30, 2024
1 parent 31702e1 commit 93ea674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ to build GTK with `gvsbuild build gtk4 adwaita-icon-theme` which will include li
rebuilding it with `--from-scratch`
- If the download of a tarball fails a partial file will not pass the hash check,
delete the file and try again.
- If you get an out of memory error, reduce the number of processor cores building at once
by adding the `--ninja-opts -j2` option, where 2 is the number of cores.

## OpenSSL

Expand Down

0 comments on commit 93ea674

Please sign in to comment.