Seeking Assistance with Persistent PID Issues and Resource Usage

Post Reply
jerem
Junior Member
Posts: 2
Joined: 08 Mar 2024, 13:45

Seeking Assistance with Persistent PID Issues and Resource Usage

Post by jerem »

Hi everyone,

I'm having problems with PID.
Every hour I receive emails telling me:

Code: Select all

Excessive resource usage
Resource: Process Time
Exceeded: 81271 > 5000 (seconds)
Executable: /usr/lib/systemd/systemd
Command Line: (sd-pam)
PID: 908897 (Parent PID:908891)
Killed: No
I get emails like this about lots of other PIDs. I've already tried to kill them or increase the duration of the PIDs in my csf but every time they restart. I'd like to know what these PIDs are for, to know if I can afford to kill them or leave them on indefinitely. I'm posting examples of the PIDs I'd like to understand better:

Code: Select all

Resource: Process Time
Exceeded: 84875 > 5000 (seconds)
Executable: /usr/lib/systemd/systemd
Command Line: /usr/lib/systemd/systemd --user
PID: 908891 (Parent PID:908891)
Killed: No

Code: Select all

Account: rpc
Resource: Process Time
Executed: 257447 > 5000 (seconds)
Executable: /usr/bin/rpcbind
Command Line: /usr/bin/rpcbind -w -f
PID: 933 (Parent PID:933)
Killed: No

Code: Select all

Resource: Process Time
Exceeded: 8660 > 5000 (seconds)
Executable: /usr/lib/systemd/systemd
Command Line: (sd-pam)
PID: 2738 (Parent PID:2734)
Killed: No
Thanks :)
TheWebExpert
Junior Member
Posts: 1
Joined: 28 Mar 2024, 10:56

Re: Seeking Assistance with Persistent PID Issues and Resource Usage

Post by TheWebExpert »

systemd --user and SD-PAM are new in Alma8

Just white list in ignore the specific cmd or exe
jerem
Junior Member
Posts: 2
Joined: 08 Mar 2024, 13:45

Re: Seeking Assistance with Persistent PID Issues and Resource Usage

Post by jerem »

Thanks :)
Post Reply