Попробуйте отключить своп совсем, в fstab:
gksu gedit /etc/fstab
Комментируем (#) строку со словом swap
#UUID=xxxx-xxxx-xxxx-xxxx none swap sw 0 0
У меня было что то подобное, фирефокс вешал систему намертво. Помогло только отключение своп.
Вот мой файл
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/lubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=7d8266d7-4f90-497c-962b-71960f0f40a2 /boot ext2 defaults 0 2
/dev/mapper/lubuntu--vg-swap_1 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
https://help.ubuntu.ru/wiki/ssd#приоритет_использования_swap - нашел эту ссылку. Но непонятно. У меня немного по-другому выглядит!
Как должно быть??
Я закомментил вот так:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/lubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=7d8266d7-4f90-497c-962b-71960f0f40a2 /boot ext2 defaults 0 2
#/dev/mapper/lubuntu--vg-swap_1 none swap sw 0 0
#/dev/mapper/cryptswap1 none swap sw 0 0
Правильно? или строку с UUID-**** -...тоже надо закомментить?