File descriptors
Hi,Is there any possible negative effect in allowing a user (through a project) to have the maximum hard limit for file descriptors available to him? eg project.max-file-descriptor = 65536.Is there a performance impact?
[247 byte] By [
smyles] at [2007-11-26 11:57:57]

# 1
HiThey'll all use memory, which might cause grief, but you also need to ensure that enough will be available for Solaris ;-)The OS gets rather upset when it runs out ...Nige