You can increase the number of open files using ulimit -n open files (-n) 4096 default values is (4096) try to double this one.
max user processes (-u) 14335 Increase this one also --- In [email protected], "Rahul Baweja" <[EMAIL PROTECTED]> wrote: > > this is same for user and root > > core file size (blocks, -c) 1000000 > data seg size (kbytes, -d) unlimited > file size (blocks, -f) unlimited > pending signals (-i) 1024 > max locked memory (kbytes, -l) 32 > max memory size (kbytes, -m) unlimited > open files (-n) 4096 > pipe size (512 bytes, -p) 8 > POSIX message queues (bytes, -q) 819200 > stack size (kbytes, -s) 8192 > cpu time (seconds, -t) unlimited > max user processes (-u) 14335 > virtual memory (kbytes, -v) unlimited > file locks (-x) unlimited > > > > > _____ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Ritesh Agrawal > Sent: Wednesday, February 21, 2007 2:32 PM > To: [email protected] > Subject: [linuxtechbiz] Re: resources limit > > > > > Can you post the output of ulimit -a ? > > --- In linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> > yahoogroups.com, "Rahul Baweja" <me@> wrote: > > > > done it shows limited ones... and even tried changing the options > but says > > operation not permitted > > > > > > > > _____ > > > > From: linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> > yahoogroups.com > [mailto:linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> > yahoogroups.com] On > > Behalf Of Ritesh Agrawal > > Sent: Wednesday, February 21, 2007 1:41 PM > > To: linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> yahoogroups.com > > Subject: [linuxtechbiz] Re: resources limit > > > > > > > > > > > > Are you running the application in chroot environment, and your > > limits.conf totally blank... ? > > > > Hmm.... > > > > check the 'ulimit -a' # to all current limits are reported. > > > > and check which type of resources are not available. > > > > The available limits are: > > > > core -- Limits the core file size (KB); usually set to 0 for most > > users to prevent core dumps. > > data -- Maximum data size (KB). > > fsize -- Maximum file size (KB). > > memlock -- Maximum locked-in-memory address space (KB). > > nofile -- Maximum number of open files. > > rss -- Maximum resident set size (KB). > > stack -- Maximum stack size (KB). > > cpu -- Maximum CPU time (MIN). > > nproc -- Maximum number of processes. > > as -- Address space limit. > > maxlogins -- Maximum number of logins for this user or group. > > priority -- The priority to run user process with. > > > > --Ritesh > > > > --- In linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> > > yahoogroups.com, "Rahul Baweja" <me@> wrote: > > > > > > have alrdy tried doing it through ulimit command but din help... > > this is a > > > cpanel server and cpanel limits the resources of each user to some > > extent... > > > here the user does not even have privilege to do su but when > > permission for > > > su is given the application runs properly else the same error.... > > > > > > limits.conf seems to be totally blank.. is there any way I can > give this > > > user unlimited resources as root? > > > > > > _____ > > > > > > From: linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> > > yahoogroups.com > > [mailto:linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> > > yahoogroups.com] On > > > Behalf Of Ritesh Agrawal > > > Sent: Tuesday, February 20, 2007 6:08 PM > > > To: linuxtechbiz@ <mailto:linuxtechbiz%40yahoogroups.com> > yahoogroups.com > > > Subject: Re: [linuxtechbiz] resources limit > > > > > > > > > > > > > > > Either > > > 1) /etc/security/limits.conf > > > > > > or > > > > > > 2) ulimit command > > > > > > > > > > > > Rahul Baweja <me@> wrote: > > > > > > > > > Hi, > > > > > > how can I increase resource limit for a non root user... trying to > > run an > > > application without root privileges... but it says "System error 11: > > > Resource temporarily unavailable" > > > > > > Any ideas? > > > > > > Rahul > > > > > > > > > > > > > > > Thanks > > > Ritesh Agrawal > > > > > > > > > _____ > > > > > > Looking for earth-friendly autos? > > > Browse > > > > > <http://autos. > > > <http://autos. > <http://autos.yahoo.com/green_center/;_ylc=X3oDMTE4MGw4Z2hlBF9TAzk3MTA3MDc2B > > yahoo.com/green_center/;_ylc=X3oDMTE4MGw4Z2hlBF9TAzk3MTA3MDc2B > > > yahoo.com/green_center/;_ylc=X3oDMTE4MGw4Z2hlBF9TAzk3MTA3MDc2B > > > HNlYwNtYWlsdGFncwRzbGsDZ3JlZW5jZW50ZXI-> Top Cars by "Green Rating" at > > > Yahoo! Autos' Green Center. > > > > > >
