17:33:14 hyc: 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 https://github.com/monero-project/monero/issues/6473) ? 17:33:24 Or at least only try once every hour or whatever. 17:34:00 I have some vague recollection you fixed something similar a few months ago. 21:17:55 hm, librandomx shouldn't be throwing any exceptions 21:18:15 particularly since it has a C API and C callers wouldn't handle them 21:19:21 so that seems rather messed up 21:20:02 but yes, you can setenv MONERO_RANDOMX_UMASK to turn some features off 21:20:59 the flag for LARGE_PAGES is 1, so just setting _UMASK to 1 should be sufficient 23:42:36 luigi1111w: could you do merges tomorrow or so so that we can branch `release-v0.15.1` afterwards? 23:42:59 any remaining bug fixes can be PRed to both branches 23:43:49 6503 can go in first.