Rising memory load leads to the interactsh-server
being killed by OOM reaper or VM crash
#824
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Interactsh version:
docker image:
projectdiscovery/interactsh-server:v1.1.9
Current Behavior:
interactsh-server
memory usage is rising during runtime up to being killed by OOM or VM crash.Expected Behavior:
I would expect some memory management which regularly cleans up the
interactsh-server
memory or fix the memory leak.Steps To Reproduce:
I'm using this
Dockerfile
interactsh-server
configuarionI have to set memory limits in
docker-compose.yml
otherwise theinteractsh-server
process freezes the host VM. This way it is killed by OOM reaper and gets restarted.Grafana charts from cadvisor + prometheus which is monitoring containers on my VM.
Last 24 hours. You can see that the
interactsh-server
container reached the limit and got killed.Last 7 days. Container periodic restarts due to the OOM are evident. Notice the slope of the rising memory load. Previously I used the
interactsh-server
with SMB enabled. I thought that it's the SMB service what is causing the rising memory load. After disabling it the rising memory load still occurs, not as rapid as with SMB enabled though.The text was updated successfully, but these errors were encountered: