-
Notifications
You must be signed in to change notification settings - Fork 111
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
Python 3.6 broken on LX #193
Comments
File "/usr/lib/python3.6/site-packages/prometheus_client/process_collector.py", line 84, in collect |
Seem's that the behavior is different in LX than regular CentOS. The following is printing unlimited for ulimit -Sn, but ulimit shows an int.
Python Printing unlimited in Soft Limit
|
Looks like its just reading from /proc/self/limits and perhaps getting different information?
|
I think this demonstrates the issue:
Linux
|
Confirmed this works in Bhyve, but not in LX-CentOS, or LX-Ubuntu-16.04
error:
The text was updated successfully, but these errors were encountered: