flcontainers / guacamole

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.
https://hub.docker.com/r/flcontainers/guacamole
GNU General Public License v3.0
325 stars 60 forks source link

Potential Memory Leak in Container #73

Closed SnowyJaguar1034 closed 1 year ago

SnowyJaguar1034 commented 1 year ago

Hi, So I spun up a Guacamole container using your docker commands, and it appears to be regularly exiting with error code 137 without reporting an error in the logs. According to my Googling this indicates that the container is running out of memory; however, I only have one VNC connection setup so far and the Container Host VM has 5GB of RAM and it's only really using 50% of it so I'm suspecting there might be a memory leak somewhere in the container.

Sorry if this issue doesn't follow your standards

MaxWaldorf commented 1 year ago

running for 14 days here with a memory consumption of 480Mi

I don't think this unreasonnable...

MaxWaldorf commented 1 year ago

No feedback closing

SnowyJaguar1034 commented 1 year ago

running for 14 days here with a memory consumption of 480Mi

I don't think this unreasonnable...

How odd, I'm still seeing the container randomly crash for no apparent reason so I'm not sure what's going on.