March 29, 2024, 02:40:49 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Out of Memory  (Read 5120 times)

Offline sathish

  • Linux Learner
  • ***
  • Posts: 73
Out of Memory
« on: March 26, 2004, 05:46:20 AM »
Hello all !!

I have installed RedHat Linux 9.0, i have done masq only, also installed squid and vsftp server. (If i restart the vsftp&squid server by command) it will says Out of Memory ?? and it will automatically kills some services...  wat may be the problem and also if write small script and if execute through bash command it won't reply ex:(bash rc.firewall) if I execute through (./ rc.firewall) it will give result. (is bash corrupted)
System configuration is as follows :-

P-111 - 1.1 Mhz
128  MB RAM
40 GB HDD
CD-R, FDD.
SIS -630 VGA.

Thanks,, plz let me know wat's the prob...


Sathish.......

Offline sathish

  • Linux Learner
  • ***
  • Posts: 73
Out of Memory
« Reply #1 on: March 26, 2004, 06:04:02 AM »
Hello all!!

Sorry , I posted in a wrong thread...

Thanks

Sathish...

Offline sathish

  • Linux Learner
  • ***
  • Posts: 73
Out of memory
« Reply #2 on: March 26, 2004, 11:03:23 AM »
Hello,

I think my topic moved to miscellaneous section.. plz can i get a reply for this...


Thank you,


Sathish :)

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Out of Memory
« Reply #3 on: March 27, 2004, 08:03:55 AM »
Very strange , recommonded RAM for RH9 is 196 MB , but runs fine on 128 also. I think you forgot to create swap partition or it is not active.. is that so ?

BTW.. to execute a script u have to make it exectable by chmod 755 <filename> then simply type the name of file it will be executed

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
Out of Memory
« Reply #4 on: March 27, 2004, 05:23:32 PM »
Try the "mem" or "vmstat" to see if what is taking so much resources. I think there must  be something wrong with one of ur startup scripts/ command in startup scripts (lookin in crontab as well).