"Brodie, Kent" <[email protected]> writes:

> Seeing this on my head node:
>
> 10/12/2012 08:56:18|  main|lima|I|read job database with 0 entries in 0 
> seconds
> 10/12/2012 08:56:18|  main|lima|W|nr of dynamic event clients exceeds max 
> file descriptor limit, setting MAX_DYN_EC=979
> 10/12/2012 08:56:18|  main|lima|I|qmaster hard descriptor limit is set to 1024
> 10/12/2012 08:56:18|  main|lima|I|qmaster soft descriptor limit is set to 1024
> 10/12/2012 08:56:18|  main|lima|I|qmaster will use max. 1004 file descriptors 
> for communication
> 10/12/2012 08:56:18|  main|lima|I|qmaster will accept max. 979 dynamic event 
> clients
> 10/12/2012 08:56:18|  main|lima|I|starting up SGE 8.1.2 (lx-amd64)
>
>
> I'm confused; I cannot figure out why the limit of 1024 is coming up?

That's normal on GNU/Linux systems:

# grep files /proc/$(pgrep qmaster)/limits
Max open files            1024                 1024                 files     

Probably I should take the default MAX_DYN_EC down to avoid the harmless
message.

Do you really need >~1000 dynamic clients?

-- 
Community Grid Engine:  http://arc.liv.ac.uk/SGE/
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to