paserver-docker icon indicating copy to clipboard operation
paserver-docker copied to clipboard

Disk space occupation ERROR

Open EUConsulting opened this issue 1 year ago • 5 comments

Even in the new PAServer version, creating the container via docker causes a space occupation estimated at 100 MB every 2/3 minutes of use We have already reported this error (RSS-1076) that has been re-proposed in the new version:slight_frown: We recommend checking and correcting the run.sh script with one similar to this one that solves the problem docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --platform linux/amd64 -it -e PA_SERVER_PASSWORD=MyPasswd -p 64211:64211-name mycontainer_name radstudio/paserver:latest

EUConsulting avatar Sep 05 '24 07:09 EUConsulting

Thanks for letting us know. We'll look at this right away.

checkdigits avatar Sep 05 '24 09:09 checkdigits

@EUConsulting Are you using the latest version of this repository? Can you also share the steps to reproduce this error, please?

lmbelo avatar Sep 05 '24 12:09 lmbelo

I am using the latest version published by you (downloaded 2 days ago) and the latest version of docker To reproduce the fact, simply follow the steps you indicated (those for docker) and leave the container for a few minutes, you will immediately see that docker_data.vhdx in the path C:\Users\myuser\AppData\Local\Docker\wsl\disk will start to grow out of control.

the script that produces the error is this : docker run -d
-e PA_SERVER_PASSWORD=mysupersecurepassword
--name myPAServer
-p 65000:64211 radstudio/paserver:latest

to avoid the problem i used this docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --platform linux/amd64 -it -e PA_SERVER_PASSWORD=MyPasswd -p 64211:64211-name mycontainer_name radstudio/paserver:latest

I had already reported this problem about 3 months ago on the Quality Portal (RSS-1076) Embarcadero and you had corrected it (in RSS-1076 you can find your answer). Now two months ago you produced the new version of run.sh that shows the same error. If you do the installation you will see that the output of the PAServer console produces a '>> >>>>>>>>' in an infinite loop instead of producing the PAServer management menu (Logs of Docker)

also fix the interbase docker image script this extracts the update 4 version while update 6 is also available in Dockerfile change #ADD https://altd.embarcadero.com/download/interbase/2020/Update4/InterBase_2020_Linux.zip ./ibinstall.zip ADD https://altd.embarcadero.com/download/interbase/2020/Update6/InterBase_2020_Linux.zip ./ibinstall.zip

let me know if I can be of further assistance Ciao from Italy Raffaele

EUConsulting avatar Sep 05 '24 13:09 EUConsulting

@EUConsulting please, use the run.sh script, otherwise you need to provide the -t option by yourself.

lmbelo avatar Sep 05 '24 14:09 lmbelo

@EUConsulting we are also working in the new Docker image for InterBase.

lmbelo avatar Sep 05 '24 14:09 lmbelo