On a workspace with >500 pages, running the cropper yields a
OSError: [Errno 12] Cannot allocate memory
This happens after VSZ (virtual memory) exceeds 32 GB. In contrast, RSS (resident memory) is still as low as 200 MB.
Could this be a leak in the LSD CPython module, @kba?
On a workspace with >500 pages, running the cropper yields a
This happens after VSZ (virtual memory) exceeds 32 GB. In contrast, RSS (resident memory) is still as low as 200 MB.
Could this be a leak in the LSD CPython module, @kba?