-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RandomX: print VM allocation warnings only once #8705
RandomX: print VM allocation warnings only once #8705
Conversation
I'd prefer if this would get moved to info level log. On macOS there is no way to remove this warning, we already use |
I googled a bit and it seems you just need to to run with |
I tried it already with sudo, same warnings. |
@selsta @jeffro256 I combined both your proposals in the second commit. This should work well for everyone. |
Are you sure MacOS hugepages aren't usable? They should still be supported on x86, even though there's no support on aarch64. |
We do use |
I tested on aarch64, will check again with x86. |
Yeah, there are docker images to boot MacOS on a regular PC, but they only work with actual Intel CPUs, compatible to the models Apple used. I only have AMD CPUs here. |
can we have this at log level 1 please, this caused me emotional distress because i thought my monerod was secretly mining and when e.g. running blockchain-stats i see the warning in the output:
|
92f58cc
to
b247f98
Compare
I've changed large page allocation messages back to |
To reduce warning spam when large pages are unavailable.