LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Slow HDD + 12Gb RAM = system crash
#1
Hello,

I've got a bunch of old HDDs – ATA/SATA, 80-512 GB, Seagate, Maxtor, Samsung – a small zoo Wink
Gigabyte P43T + E8400 + 12GB -  that's desktop the only one with IDE port nearby.

So I tried to do some cleaning = moving tons of files from one HDD to another + zip some directories.
And 2.2 started to crash, even no mouse movement.
It could work for 10 minutes or died almost immediately – unpredictable.

Tried acpi=off, noapic, nolapic & etc with no success.


In the end I've found out this article:
http://unix.stackexchange.com/questions/...a-pendrive

Seems lot of RAM + slow HDD is a common bug.

Code:
echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes
to rc.local fixed that.

Just type it here in case anybody else rush into.
Reply
#2
Thanks for sharing Smile
Reply
#3
(06-28-2015, 02:33 AM)stop0x0000000a link Wrote:
Code:
echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes
to rc.local fixed that.

Weird, when i type this in a terminal i get an access denied error by bash. Why is that?
My laptop:
MSI GE70-2PE*Quad core Intel Core i7-4710HQ*Kingston 16 GB RAM*Intel 4th Gen. Integr. GPU/NVidia GeForce GTX860M*Qualcomm Atheros Killer E2200/Intel Wireless 3160

I don't need Google, my wife knows everything!

My Linux website
Reply
#4
per the op...
You will need to add them to your rc.local file
Code:
gksu leafpad /etc/rc.local
and insert them just above the exit 0
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)