-
moneromooohyc: do you know offhand if we can remember some setting to pass to librandomx to avoid all the huge page allocs if it fails once (see monero-project/monero #6473) ?
-
moneromoooOr at least only try once every hour or whatever.
-
moneromoooI have some vague recollection you fixed something similar a few months ago.
-
hychm, librandomx shouldn't be throwing any exceptions
-
hycparticularly since it has a C API and C callers wouldn't handle them
-
hycso that seems rather messed up
-
hycbut yes, you can setenv MONERO_RANDOMX_UMASK to turn some features off
-
hycthe flag for LARGE_PAGES is 1, so just setting _UMASK to 1 should be sufficient
-
selstaluigi1111w: could you do merges tomorrow or so so that we can branch `release-v0.15.1` afterwards?
-
selstaany remaining bug fixes can be PRed to both branches
-
moneromooo6503 can go in first.