https://bugzilla.novell.com/show_bug.cgi?id=309197#c5 --- Comment #5 from Stefan Seyfried <seife@novell.com> 2007-09-13 04:04:33 MST --- 1.) You don't gain performance by having no swap, no matter how many memory you have. 2.) you can use suspend to a file, you have to set it up by yourself, however, and it is far from trivial. See /usr/share/doc/packages/suspend/HOWTO, but beware that you will have to adapt your initrd to make this work! 3.) Yes, you could define your swap partition in /etc/fstab so that it does not get swapon'ed automatically during boot, then add a pm-utils-hook that does swapon /dev/$yourswap before actually suspending and swapoff /dev/$yourswap after resuming. See http://en.opensuse.org/Pm-utils on how to do that. Note that it needs to run before 30s2disk-check during suspend, so make sure that it is named e.g. "29swapon". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.