[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: User Limits



On Tue, 27 Apr 1999, Kevin Sproul wrote:

> Dose anyone on this list know where I can find info on Limiting 
> how much of a systems resources a single user can eat up ?  

try this:

(1)  

if you use xdm, use kdm instead. ( the pam support on XDM seems
broken  )

(2) 

add this line to /etc/pam.d/kde (if you use kdm) and /etc/pam.d/login

session    required     /lib/security/pam_limits.so 

(3)

set the limits in /etc/security/limits.conf

the main one you'll want to set is "as"

(4)

restart

-- Donovan