You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the rack-streaming-proxy with a unicorn to proxy to a (only locally reachable) apache location, that is serving svn repositories via webdav. In some very special use cases, zombie processes are being spawned by the proxy (its the only part of the system that does spawn any child processes).
This happens when trying to commit a large number of files (~2000 or more) with a filesize > 10-15 kb each. In such a use case, every file being committed consistently spawns one zombie process.
The text was updated successfully, but these errors were encountered:
We are using the rack-streaming-proxy with a unicorn to proxy to a (only locally reachable) apache location, that is serving svn repositories via webdav. In some very special use cases, zombie processes are being spawned by the proxy (its the only part of the system that does spawn any child processes).
This happens when trying to commit a large number of files (~2000 or more) with a filesize > 10-15 kb each. In such a use case, every file being committed consistently spawns one zombie process.
The text was updated successfully, but these errors were encountered: