@Daniel Barrett
I have Debian with Liquorix kernel 3.10.X and this always works for me
before inserting usb stick:
sudo bash -c 'echo "never" >
/sys/kernel/mm/transparent_hugepage/enabled'
I just came to this page and was surprised that there was no trace of
"THP" or "hugepages", so I added a co
Has anyone tried to disable THP (transparent huge-pages) with the
following command (as root) before using USB stick?
echo "never" > "/sys/kernel/mm/transparent_hugepage/enabled"
This can be easily undone with:
echo "always" > "/sys/kernel/mm/transparent_hugepage/enabled"
Or just with a reboot.
2 matches
Mail list logo