1849279 Members
4896 Online
104042 Solutions
New Discussion

memory fault

 
augusto cossa
Frequent Advisor

memory fault

Good day,

Help needed. My system is all time displaying the below messages:

1 - memory fault (coredump) - this is will i'm trying to run (nohup l_inst_intf) which is one background process.

2 - cannot make pipe - when 'm trying run any command at command prompt such as pwd, ls -latr...

Thanks
Augusto
1 REPLY 1
Andy Monks
Honored Contributor

Re: memory fault

For the 1st problem, does it occur if you don't use nohup? shouldn't be any difference, but it's worth a try.

As for the simple pipe, do you get any messages on the console (or in dmesg)? proc table full or anything like that?

It's possible you need to increase the kernel parameter nproc or maxusers, but check dmesg/console first.