[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feedback - Docker container creation for Gambas Web Application


It’s simple, I create the Docker Image and to test I start it like that:

docker run -ti -p 8080:8080 --name eclipsia eclipsia:20250828 /bin/bash 

That start a Docker container based on the Image but start a BASH terminal inside the container

Once I'm into the container, I start the Gambas Web Application by: gbr3 -H /App/eclipsia.gambas

and at this moment I can see the memory usage of my PC increasing very quickly, just the time to stop the command to avoid to crash my MATE Desktop.

I’m on Fedora 41 + MATE 


Olivier Cruilles
olivier.cruilles@xxxxxxxx




> Le 29 août 2025 à 15:38, Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> a écrit :
> 
> Le 29/08/2025 à 21:29, Linus a écrit :
>> Hi Benoit,
>> I tried to build a minimal Dockerfile as you mentioned, to run a Gambas Web Application using the embedded Web server of Gambas but
>> unfortunately I occurred the same issue than in the past, memory leak at the execution of the Gambas Web Application into the Docker container.
> 
> Do you have more details about this memory leak? How do you detect it? There is no reason you should not have the memory leak outside of the Docker if you have it inside...
> 
> -- 
> Benoît Minisini.