Stack Exchange
sign up
|
log in
|
careers 2.0
|
chat
|
meta
|
about
|
faq
Server Fault
Questions
Tags
Tour
Users
Ask Question
OJ278
less info
network profile
60
reputation
5
bio
website
location
age
visits
member for
1 year
seen
Jul 16 '12 at 13:46
stats
profile views
3
60
reputation
bio
website
visits
member for
1 year
5
badges
location
seen
Jul 16 '12 at 13:46
summary
answers
questions
tags
badges
favorites
bounties
reputation
activity
14
Actions
suggestions
reviews
revisions
comments
badges
posts
accepts
all
Jan
16
awarded
Popular Question
May
15
accepted
how to limit the number of simultaneous processes per user in the system?
May
15
comment
how to limit the number of simultaneous processes per user in the system?
Have you tried it on production servers?
May
15
comment
how to limit the number of simultaneous processes per user in the system?
For 3.* kernels grsecurity is on test stage, so we will give it a chance in our next release. Thanks or advice.
May
15
comment
how to limit the number of simultaneous processes per user in the system?
it doesn't work everywhere because /etc/security/limits.conf is for PAM aware applications only.
May
14
asked
how to limit the number of simultaneous processes per user in the system?
May
14
awarded
Supporter
May
14
awarded
Scholar
May
14
accepted
ps shows that migration/* processes consume a lot of CPU, but top keep silence about them
May
14
awarded
Student
May
13
asked
ps shows that migration/* processes consume a lot of CPU, but top keep silence about them
May
7
awarded
Teacher
May
7
comment
BASH: Bind Program's Existance to Another Program
you can find the pid of spawned process using ps aux | grep <name of you process> and then wait for it.
May
7
answered
BASH: Bind Program's Existance to Another Program
Server Fault works best with JavaScript enabled