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
Idea is that if this happens, i want to pay extra attention to it, because it can have various outcomes - increase memory, increase swap, optimize process..
Help is wanted - how to detect process failed due to OOM?
The text was updated successfully, but these errors were encountered:
Sometimes it happens (especially for big codebase) that sub-process is killed due to OOM:
Experienced it on rector sub-process but it can happen for any sub-process: https://github.com/PHPMate/phpmate/blob/master/worker/src/Infrastructure/Symfony/Process/SymfonyProcessRectorBinary.php#L28
Idea is that if this happens, i want to pay extra attention to it, because it can have various outcomes - increase memory, increase swap, optimize process..
Help is wanted - how to detect process failed due to OOM?
The text was updated successfully, but these errors were encountered: