[Kernel-packages] [Bug 500069] Re: USB file transfer causes system freezes; ops take hours instead of minutes

2013-08-28 Thread Tsu Jan
@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

[Kernel-packages] [Bug 500069] Re: USB file transfer causes system freezes; ops take hours instead of minutes

2013-08-09 Thread Tsu Jan
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.