In my experience this is solved by changing the swappiness value. Usually it is left at 60. It should be 10 or 15: > cat /proc/sys/vm/swappiness
You can change it on the fly with > sudo bash -c "echo -e 10 > /proc/sys/vm/swappiness" and make it stick with > sudo bash -c "echo 'vm.swappiness = 15' >> /etc/sysctl.conf" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/329199 Title: Slow swapin speeds after resume from disk To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/329199/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
