Posts tagged #debugging
-
Hunting Memory Leaks in a Django Task Worker
Production memory climbing to 500 MB. The fix: run tasks in subprocesses so the OS reclaims everything. From 500 MB to 50 MB.
Hunting Memory Leaks in a Django Task Worker
Production memory climbing to 500 MB. The fix: run tasks in subprocesses so the OS reclaims everything. From 500 MB to 50 MB.