Limit memory usage #1172
Replies: 1 comment
-
I guess I have to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have trouble linking my projects on a machine with 16 GiB of memory because
mold
consumes all the memory (in contrast to gnu ld) until it gets killed. Is this a known problem? Are there options to limit the parallelization and thus the memory consumption?Beta Was this translation helpful? Give feedback.
All reactions