Memory limits in version 4.1 and above

tecseguridad5 years ago

Hello

On Linux the start script can be typically found at /etc/systemd/system/traccar.service:

ExecStart=/opt/traccar/jre/bin/java -Xmx1G -jar tracker-server.jar conf/traccar.xml

In above example the maximum heap size is set to 1GB.

So my question is if im not config -Xmx parameter it means unlimited or there is a default linux value?

Thank you, regards.

Anton Tananaev5 years ago
tecseguridad5 years ago

thanks, I'm very clear