Operating System - HP-UX
1837272 Members
2820 Online
110115 Solutions
New Discussion

What is the maximun number of cron jobs allowed?

 
SOLVED
Go to solution
Tom Ward_1
Honored Contributor

What is the maximun number of cron jobs allowed?

On a 9000/800/N4000-44 running HPUX 11.00 what is the maximum number of cronjobs that can be run at one time. From looking at queuedefs it can go up to 100 if there's no entry, but what is the maximum number (if any) of jobs allowed?
6 REPLIES 6
James R. Ferguson
Acclaimed Contributor
Solution

Re: What is the maximun number of cron jobs allowed?

Hi Tom:

According to the 11.0 man pages it's 100.

http://docs.hp.com/hpux/onlinedocs/B2355-90682/B2355-90682.html

Regards!

...JRF...
Jeff Schussele
Honored Contributor

Re: What is the maximun number of cron jobs allowed?

Hi Tom,

Max is 100 total at, batch & cron jobs.
at can have up to 4 simultaneous
batch can have up to 2 at same time
cron *could* have all 100 running simultaneously.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
S.K. Chan
Honored Contributor

Re: What is the maximun number of cron jobs allowed?

Yes 100 is the limit. It's a hardcoded limit if I'm not mistaken.
harry d brown jr
Honored Contributor

Re: What is the maximun number of cron jobs allowed?


the value of nproc minus the number of existing processes. Of course other system resourses will play a role also in determining the "maximum".

live free or die
harry
Live Free or Die
Christopher McCray_1
Honored Contributor

Re: What is the maximun number of cron jobs allowed?

Hello,

From the queuedefs man page:

njob The maximum number of jobs that can be run
simultaneously in that queue. Although any number can
be specified here, the total number of jobs that can be
run on all the queues is limited to 100.


Hope this helps

Chris
It wasn't me!!!!
Tom Ward_1
Honored Contributor

Re: What is the maximun number of cron jobs allowed?

Thank you all. I caught that it defaults to 100 max, but missed the line under njobs that states 100 is the maximum allowed.