Replies: 3 comments 1 reply
-
The mariadb link ends up with "Overall performance gain: A few percent. Yawn. Too much hassle for too little benefit." :) :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
This will require support for this erlang vm, and i don't see any flag that can trigger this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This thread of mails was not easy to find, because they wrote the word "HugePages" mispelled: https://erlang.org/pipermail/erlang-questions/2020-May/099495.html |
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
-
Is it possible to implement support for HugesPages on GNU/Linux platform? Windows calls them Large Pages.
It should increase performances of ejabberd, if enabled on the host machine.
Summary, HugesPages is a kernel feature which let the software (ejabberd) to use the RAM on its own way. For example mariadb has the same feature ( https://mariadb.com/kb/en/mariadb-memory-allocation/#huge-pages ).
I don't know if the erlang programing language permit to do that. Maybe there is other considerations to take in mind.
Ref: https://wiki.debian.org/Hugepages
https://linuxconfig.org/how-to-enable-hugepages-on-linux
Beta Was this translation helpful? Give feedback.
All reactions