I'm getting horrible (unusable) performance every time swap is accessed. This was compounded by the GEMS leak and a few other memory leaks, but now under normal non-leaky memory usage swapping is still intolerable. For instance swapping out ~300mb when I opened a new program with RAM full resulted in the system nearly freezing up for about 3-5 minutes (however long it took to brew a cup of coffee and come back to the system just finally unfreezing).
Abbreviated System info:
Memory (shortly after above example):Code:System: hp tx2z-1050us (tablet pc) RAM: 3gb Swap: 4gb HDD: 500gb SATA Video: Radeon HD 3200 (running radeonhd drivers) Kubuntu Lucid x86_64 / Kernel 2.6.32-22-generic KDE 4.4.4 Qt 4.6.3
hwinfo attached.Code:$free total used free shared buffers cached Mem: 2698372 2673688 24684 0 11600 97460 -/+ buffers/cache: 2564628 133744 Swap: 3903784 343228 3560556
I don't think this is a general HDD problem for two reasons: 1. it's brand new, 2. benchmarks give reasonable results when there is no swap activity, e.g. hdparm:
I do have /tmp mounted to tmpfs, see fstab below, however I got the same problem with it disabled so I don't think that is the problem either, and in any case use of /tmp does not cause performance problems (e.g. in extracting archives):Code:$hdparm -t /dev/sda /dev/sda: Timing buffered disk reads: 222 MB in 3.03 seconds = 73.37 MB/sec
Let me know if anything else will help.Code:$cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid -o value -s UUID' 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> proc /proc proc defaults 0 0 /dev/mapper/sda4_crypt / ext4 errors=remount-ro 0 1 # /boot was on /dev/sda3 during installation UUID=f7b926eb-4067-46d7-846f-01d67e10ae86 /boot ext2 defaults 0 2 /dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/mapper/swap swap swap defaults 0 0 # PSP #/dev/sdd1 /mnt/psp vfat user,shortname=winnt 0 0 # TMP RAM disk tmpfs /tmp tmpfs defaults,nosuid 0 0



Adv Reply






Bookmarks