Hi! Not sure whether missing swap is the root cause, when I replace gcc by simple python script where memory is continuously allocated in loop using bytearray(256) I observe that OOM killer is invoked regularly, each time when we hit memory limit. Container is not "hanged" and OOM killer behaves as expected killing python script one by one. BR, Krystian