python_resource_monitor is a simple python utility that attempts to gives statistics about system resources. It uses the psutil module to give statistics about system resources and esssentially acts ...
I’m attempting to use Haystack on Windows, where the ‘resource’ module is not available. It seems that Haystack only needs it in init.py, where it tries to remove file limits: ...