Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running too many processes on WF #29

Closed
acorbi opened this issue Dec 20, 2014 · 2 comments
Closed

Running too many processes on WF #29

acorbi opened this issue Dec 20, 2014 · 2 comments

Comments

@acorbi
Copy link
Contributor

acorbi commented Dec 20, 2014

I came up with following issue after deploying the ansible scripts on a Webfaction instance:

Diagnostics:

When i ssh [email protected] i get 'Write failed: Broken pipe'

Feedback from WF Support:

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.

@acorbi
Copy link
Contributor Author

acorbi commented Dec 22, 2014

The WF support team sent this link for reference:
http://pythonpaste.org/paste-httpserver-threadpool.html

@acorbi
Copy link
Contributor Author

acorbi commented Jan 21, 2015

This is an issue with the googleanalytics extension ckan/ckanext-googleanalytics#12

@acorbi acorbi closed this as completed Jan 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant