RE: Per-user process limit: ulimit -u unlimited, how to set it for certain users

From: "Dan Browning" <danb(at)cyclonecomputers(dot)com>
To: "'Dan Browning'" <danb(at)cyclonecomputers(dot)com>, <redhat-list(at)redhat(dot)com>, "'interchnage-users(at)minivend(dot)com'" <interchange-users(at)minivend(dot)com>, <minivend-users(at)minivend(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: RE: Per-user process limit: ulimit -u unlimited, how to set it for certain users
Date: 2000-09-12 23:36:53
Message-ID: 000e01c01d12$5526b1f0$1500000a@danb
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

SOLVED.

Thanks to Steve Borho [steve(at)borho(dot)org], I found the
/etc/security/limit.conf file in my rh62 box, where I could set all the
limits in a per-user or per-group basis.

> -----Original Message-----
> From: Dan Browning [mailto:danb(at)cyclonecomputers(dot)com]
> Sent: Tuesday, September 12, 2000 4:05 PM
> To: 'redhat-list(at)redhat(dot)com'; 'interchnage-users(at)minivend(dot)com';
> 'minivend-users(at)minivend(dot)com'; 'pgsql-novice(at)postgresql(dot)org'
> Subject: Per-user process limit: ulimit -u unlimited, how to
> set it for
> certain users
>
>
> I'm having no problem setting the max per-user process limit
> for root, using...
> ulimit -u unlimited
>
> and I check that it works with
> ulimit -a
>
> But for other certain users that also need unlimited
> processes, such as the interchange user, when I run
> ulimit -u unlimited
> It doesn't report any errors, but
>
> ulimit -a
> still reports that my per-user limit is 256.
>
> So how do I increase the limit for certain users (besides
> root)? Such as postgres, interchange, etc. Or what about
> increasing the limit for ALL users on a system?
>
> Thanks,
>
> Dan Browning
> Network & Database Administrator
> Cyclone Computer Systems
>

Browse pgsql-novice by date

  From Date Subject
Next Message Mark Cannata 2000-09-13 00:52:04 Re: Don't know where to begin
Previous Message Dan Browning 2000-09-12 23:04:53 Per-user process limit: ulimit -u unlimited, how to set it for certain users