What's the threads limit we can run on here? I've been running into threads limitations a lot recently.
What's the threads limit we can run on here? I've been running into threads limitations a lot recently.
for your webapp? or for your scheduled tasks?
scheduled tasks/console tasks
There's a per-user limit of 128 processes on any given console/task machine in our cluster, and from the viewpoint of the Linux kernel, a thread is the same as a process.