Page 1 of 1

[solved] pc become slow and freeze

Posted: 11 Jan 2011, 01:51
by KSA_ARAB
I have DELL laptop with 1GB RAM.
since I use x86_64, the system become slow after half hour from open desktop. and some time freeze and I need to do restart.
if start live-cd will work very slow, so... I am copying cdtoRam every time and work fine for first 30 minutes, then become slow and freeze .

any suggestions ?

Re: system become slow and freeze

Posted: 11 Jan 2011, 06:20
by fanthom
1) Can you use additional 'swapfiles' placed on a write-able media as described in the FAQ?
2) If possible - you can also try 'copy2ram' + 'changes=' cheatcode so aufs will be mounted on a hard drive (when you do 'df -h', root partition will show a size of your hd partition) and not in the memory, so you will have full 1GB reserved for applications and system operations.
3) if two above are not an option, try to run without 'copy2ram' or use LXDE :)

i know it's not a perfect solution - but KDE-4 + 'copy2ram' is just too low for 1GB of RAM.

Re: system become slow and freeze

Posted: 11 Jan 2011, 16:45
by KSA_ARAB
i added copy2ram + changes=/mnt/sda1
but nothing change !!

Code: Select all

bash-4.1# free
             total       used       free     shared    buffers     cached
Mem:       1026096     995336      30760          0      95020     518540
-/+ buffers/cache:      381776     644320
Swap:  
when i use xfce desktop or gnome , there is no problem.
is problem of slow from kde4 ?

Re: system become slow and freeze

Posted: 11 Jan 2011, 18:32
by beny
hi KSA_ARAB in console type top,and you see how much run programs in cpu loads and memory use.maybe find the issue.

Re: system become slow and freeze

Posted: 11 Jan 2011, 18:45
by KSA_ARAB
work fine with booting changes=, and without copy2ram :D
thank you.