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
I set MOLD_JOBS=1, -Wl,--thread-count=4 and -Wl,--thinlto-jobs=4 but still failed. When it fails I notice that my memory usage is less than half.
After some search, I found "Having plenty of memory is not enough. Hardware requires each page be contiguous range of physical memory aligned by page size." I already have kernel config CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y. Any suggestions to eliminate the error? Or is this an issue with the mold itself?
The text was updated successfully, but these errors were encountered:
I used a patch similar to #336 (comment) to try to build Chromium with thinlto with mold. All is fine except the final link:
I set
MOLD_JOBS=1
,-Wl,--thread-count=4
and-Wl,--thinlto-jobs=4
but still failed. When it fails I notice that my memory usage is less than half.After some search, I found "Having plenty of memory is not enough. Hardware requires each page be contiguous range of physical memory aligned by page size." I already have kernel config
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
. Any suggestions to eliminate the error? Or is this an issue with the mold itself?The text was updated successfully, but these errors were encountered: