Hey all, could I get some instructions on how to enable 'FileHugePages' on puppy?
'sysctl -w vm.nr_hugepages=$(nproc)'
returns:
'sysctl: cannot stat /proc/sys/vm/nr_hugepages: No such file or directory'
'cat /sys/kernel/mm/transparent_hugepage/enabled'
returns:
'[always] madvise never'
edited '/etc/sysctl.conf' adding 'vm.nr_hugepages = 1024' but that didn't work, next I saved the same string to a file in '/etc/sysctl.d/00-local.conf', procps service is running at boot, but that didn't work either..
what am I missing? Tbh I'm not very knowledgeable about configuring this part of linux, but had no issues making it work on other distros, namely alpine and debian.
I've ran out of ideas, been looking for a fix everywhere online regarding this, specifically for puppy, to no avail so far.
kernel is '5.4.53'
Idk what other informaion might be needed to troubleshoot this.
Thanks in advance for any help or insights I could get.