Abnormal RAM usage
As referenced on the forums in this post I have an issue with a docker-compose deployment.
RAM usage shoots up to 6GB with no load right away, spawning a huge number of java processes as you can see here: https://imgur.com/a/v4PZNrE
I did try using the docker run command on the project homepage, and still have a huge ram usage, and lots of java processes.
What could be going wrong? I did try both using the traccar/traccar-docker image and building from Dockerfile, to no change.
Similar problems here. I am trying to run the image on an intel atom PC. CPU load and RAM maxes out upon launch and the host becomes unresponsive. edit : it runs fine when installed directly on the host os (debian) and not in docker.