Memory access problem on MacOS
I discovered an issue that appears with concurrency > 2.
I have plenty of memory but that's not actually the problem;, but in any case it should probably fail gracefully.
The Snapshotter tries to access child process memory via
psutil.Process.memory_full_info(),which requires elevated permissions on macOS and fails with
I came up with a monkey patch workaround, so this is not a pressing issue. Just thought I'd mention it in case anyone else encountered it, or a fix could be incorporated in the code.
https://github.com/apify/crawlee-python/issues/1329
