> On Jun 12, 2015, at 7:02 AM, Michael Parco <[email protected]> > wrote: > > *** WARNING: you are running uWSGI as root !!! (use the --uid flag) *** > your processes number limit is 38338 > your memory page size is 4096 bytes > detected max file descriptor number: 1024 > lock engine: pthread robust mutexes > thunder lock: disabled (you can enable it with --thunder-lock) > Listen queue size is greater than the system max net.core.somaxconn (128).
This is the issue. The default uwsgi listen queue size in grok is hard-coded in https://github.com/numenta/numenta-apps/blob/master/grok/conf/supervisord.tpl#L62 <https://github.com/numenta/numenta-apps/blob/master/grok/conf/supervisord.tpl#L62> at 1024. You can either bump up the value of net.core.somaxconn on your system to match, or update your supervisor config to go with something lower. On that note, it’s likely others will run into this issue. Making this configurable with a sane default would make a good contribution from the community. > > grok-supervisord.log > 2015-06-12 09:55:34,599 INFO success: metric_listener entered RUNNING state, > process has stayed up for > than 1 seconds (startsecs) > 2015-06-12 09:55:34,599 INFO success: anomaly_service entered RUNNING state, > process has stayed up for > than 1 seconds (startsecs) > 2015-06-12 09:55:34,599 INFO success: metric_storer entered RUNNING state, > process has stayed up for > than 1 seconds (startsecs) > 2015-06-12 09:55:34,599 INFO success: model_scheduler entered RUNNING state, > process has stayed up for > than 1 seconds (startsecs) > 2015-06-12 09:55:34,632 INFO exited: grok-api_00 (exit status 1; not expected)
smime.p7s
Description: S/MIME cryptographic signature
