You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Slow HDD + 12Gb RAM = system crash

Author (Read 5400 times)

0 Members and 1 Guest are viewing this topic.

Re: Slow HDD + 12Gb RAM = system crash
« Reply #4 on: January 23, 2016, 08:11:03 AM »
 

Wirezfree

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1484
    Posts
  • Reputation: 405
  • Linux Lite "Advocate"
    • View Profile

  • CPU: i7-4790S

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD4600 (Integrated)
per the op...
You will need to add them to your rc.local file
Code: [Select]
gksu leafpad /etc/rc.localand 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 :)

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)
 

Re: Slow HDD + 12Gb RAM = system crash
« Reply #3 on: January 23, 2016, 07:17:58 AM »
 

nomko

  • Forum Regular
  • ***
  • 117
    Posts
  • Reputation: 13
  • Linux Lite Member
    • View Profile
    • My personal Linux site

  • CPU: Intel Core i7

  • MEMORY: 16Gb

  • VIDEO CARD: Intel 4th. Gen. integr. GPU/Nvidia GeForce GTX860M


Code: [Select]
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
 

Re: Slow HDD + 12Gb RAM = system crash
« Reply #2 on: June 28, 2015, 12:27:06 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Thanks for sharing :)
 

Slow HDD + 12Gb RAM = system crash
« Reply #1 on: June 27, 2015, 10:33:57 PM »
 

stop0x0000000a

  • New to Forums
  • *
  • 18
    Posts
  • Reputation: 6
  • Linux Lite Member
    • View Profile
Hello,

I've got a bunch of old HDDs – ATA/SATA, 80-512 GB, Seagate, Maxtor, Samsung – a small zoo ;)
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/107703/why-is-my-pc-freezing-while-im-copying-a-file-to-a-pendrive

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

Code: [Select]
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.
« Last Edit: February 16, 2016, 02:03:46 AM by Jerry »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section