You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that you are running too many processes, which is causing you to hit the linux kernel's per-user thread limit.
This is set to 300 and you are already using 306, thus a new process like an ssh session cannot start. See the attached processes.txt and threads.txt files for more info. From a quick glance it looks like your paster command is spawning the most.
Basically, it looks like the paster command used to serve the CKAN development instance is spawning too many threads.
The text was updated successfully, but these errors were encountered:
I came up with following issue after deploying the ansible scripts on a Webfaction instance:
Diagnostics:
Feedback from WF Support:
Basically, it looks like the paster command used to serve the CKAN development instance is spawning too many threads.
The text was updated successfully, but these errors were encountered: