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.
Hello
On Linux the start script can be typically found at
/etc/systemd/system/traccar.service
: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.