ukwa / ukwa-pywb

GNU General Public License v3.0
11 stars 3 forks source link

Add max-requests to try to manage memory leaks #88

Closed anjackson closed 2 years ago

anjackson commented 2 years ago

We're still seeing the main PyWB service getting killed OOM due to apparent memory leaks. We should also try max-requests=100, or thereabouts, to see if that helps. We could also up memory allocations a bit, but really we need to keep memory usage under control.

anjackson commented 2 years ago

Used max-worker-lifetime instead.