dvarounis / perfservmon

Nagios Plugin for IBM WebSphere Application Server using perfservlet
MIT License
8 stars 5 forks source link

Regression issue: _gdbm.error: [Errno 11] Resource temporarily unavailable #11

Open dvarounis opened 6 years ago

dvarounis commented 6 years ago

The plugin frequently returns _gdbm.error: [Errno 11] Resource temporarily unavailable under high load. Probably need to optimize shelve.open() usage (https://docs.python.org/3.6/library/shelve.html)

noamzilo commented 2 years ago

I am getting this error every time I try to use shelve in parallel such as

  1. pytest ultiple tests
  2. on import time, when opening caches as class variables