On Tue, Jul 10, 2012 at 4:23 PM, John Young <[email protected]> wrote: > With this in place, it seems odd that from one of my queues I > get a default setting for the number of descriptors of 1024. > > So I have two questions really: > > 1. Why am I getting different behavior from the two queues?
Could be OS issue - try upping the limit as root from an interactive shell, and see if you can increase the limit? > 2. Since H_DESCRIPTORS=65536, why can't I request that amount and get it? I believe you are hitting the OS limit, try something smaller, and/or change the limit set by /etc/security/limits.conf & /proc/sys/fs/file-max . Rayson > > JY > _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
