GaryG wrote: > A co-worker here recommended upping the open file limit before I bring up > the Broker JVM with these commands: > ---------- > ulimit -u unlimited > ulimit -n 90000 > ulimit -s unlimited > ----------- > > Which, I'll try shortly, but what I don't understand, is why would AMQ even > be in such a state in the first place? > > Is there a bug with this too many open files issue? Is there another fix > that is recommended? >
It's normal *nix resource limits. Just like the nohup thing, this really doesn't have anything to do with AMQ specifically. -- Christopher G. Stach II
