I'm trying to make it so that my minecraft servers use hugepages to increase the performance and decrease the TPS drops, but I don't really understand how hugepages works.
.conf file
kernel.shmmax = 64424509440
vm.nr_hugepages = 12288
vm.hugetlb_shm_group = 1014
$ cat /proc/meminfo
AnonHugePages: 0 kB
HugePages_Total: 12288
HugePages_Free: 9904
HugePages_Rsvd: 4455
HugePages_Surp: 0
Hugepagesize: 2048 kB
All I want is to have 60gb on hugepages.
I followed this tutorial.
http://www.spigotmc.org/threads/server- ... #post-2407
(I'm using the Multicraft Control Panel for starting up the servers)
Help needed for setting up hugepages
-
- New to forums
- Posts: 9
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Apr 22, 2013 8:30 pm
Re: Help needed for setting up hugepages
You can close this, I got it all working by just multiplying 60 by 1024 a bunch of times.