Closed YasserAntonio closed 3 years ago
I have the exact same issue on my RPi4 with 8GB of RAM. I have raised Xms and Xms up to 2049M but no change.
The env variables in the compose file need to be uppercase, XMX
and XMS
, see the Dockerfile.
With the lowercase spelling in the example compose file the container always uses the default values of 256m/2048m.
I updated the Readme on the docker-compose file. It should be working now and I consider the issue closed.
Hello
I'm trying to run on my raspberry 3 ( I tried with my 4 too) this image whatever4711/picapport:linux-arm32v6-8.3.00 but I keep having this error:
logs :
here is my docker-compose file :
I tried different variation of the Xms and Xmx variables but I keep having the same issue.
Any idea on how to solve this ?