Virtual memory under linux

Kobll9 years ago

Hi,

the traccar server runs smoothly on my linux server (Ubuntu 14.04 64 bit, Oracle Java 1.7.0_80).
However, the java process launched by traccar takes more than 14 GB of virtual memory, as shown
by 'top'. Resident and shared memory are at 270 and 13 kB, respectively. Is this normal behavior?

Thanks for developping such a great tool.

Jakub

Anton Tananaev9 years ago

You can probably change memory allocation via wrapper configuration file.

Kobll9 years ago

Thanks, it helped.

For reference, I've uncommented
wrapper.java.maxmemory=64 in opt/traccar/conf/wrapper.conf

Jakub