Summary: | Too much CPU and memory usage | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Iñaki Baz Castillo <ibc> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | andresbajotierra, caionnew |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Iñaki Baz Castillo
2009-05-31 22:07:45 UTC
In order to show which processes are writting into the disk, I run: echo -n "1" >/proc/sys/vm/block_dump and this is what syslog says: May 31 22:12:34 ibc-laptop kernel: [10750.086373] kjournald(740): WRITE block 11502416 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.086377] kjournald(740): WRITE block 11502424 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.086380] kjournald(740): WRITE block 11502432 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.086384] kjournald(740): WRITE block 11502440 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.086387] kjournald(740): WRITE block 11502448 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.086391] kjournald(740): WRITE block 11502456 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.086394] kjournald(740): WRITE block 11502464 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.087162] kjournald(740): WRITE block 11502472 on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.097671] sed(29572): dirtied inode 4415059 (sedN781FM) on tmpfs May 31 22:12:34 ibc-laptop kernel: [10750.120677] pidof(29578): dirtied inode 4415082 (exe) on proc May 31 22:12:34 ibc-laptop kernel: [10750.120744] pidof(29578): dirtied inode 4415085 (exe) on proc May 31 22:12:34 ibc-laptop kernel: [10750.120808] pidof(29578): dirtied inode 4415088 (exe) on proc May 31 22:12:34 ibc-laptop kernel: [10750.120870] pidof(29578): dirtied inode 4415091 (exe) on proc May 31 22:12:34 ibc-laptop kernel: [10750.148117] hal-acl-tool(29549): dirtied inode 4414876 (acl-list) on tmpfs May 31 22:12:34 ibc-laptop kernel: [10750.189596] pidof(29607): dirtied inode 4415231 (exe) on proc May 31 22:12:34 ibc-laptop kernel: [10750.194986] syslogd(2644): dirtied inode 287583 (auth.log) on sda1 May 31 22:12:34 ibc-laptop kernel: [10750.194995] syslogd(2644): dirtied inode 287583 (auth.log) on sda1 I suggest you first fix filesystem on your box. ext2fsck, ext3fsck, fsck & so on. You'll need to be root for this (the best is single user mode, esp. if you have so called rescue disc - use it now!) and unmount all fs's needed to be fixed. if you have classic (/, /tmp, /usr, /home, swap). Second, your system needs more RAM or more swap. You can organize swap on a usb key for temporary matters - to see which size fits you the best. Cheers, Jože You could also try to update to the latest nVidia drivers as older versions has known bugs and memory leaks. Thanks to all. So it seems it's not a KDE related bug. I'll check the disk of course. @Dario: Nvidia newer version (180) has a critial bug: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-180/+bug/363672 The bug report page mentions "180.44". However the most recent version is "180.60" (at least on http://www.nvidia.com/object/unix.html). But they have a different way of installing, so it's ok if you are not willing to try them. Regards! Yes, I prefer having the Ubuntu install way, even with privative drivers. However I'll inspect if they have fixed the bug I mentioned. thanks. |