Memory Limit Heap

spoton9 years ago

My traccar server has been running well until yesterday. Go through the logs i find the below entry:

2015-08-31 19:43:48 INFO: Version: 3.0-SNAPSHOT
2015-08-31 23:48:59 INFO: Shutting down server...
2015-08-31 23:51:02 INFO: Starting server...
2015-08-31 23:51:02 INFO: Operating System name: Linux version: 3.16.0-43-generic architecture: amd64
2015-08-31 23:51:02 INFO: Java Runtime name: Java HotSpot(TM) 64-Bit Server VM vendor: Oracle Corporation version: 25.51-b03
2015-08-31 23:51:02 INFO: Memory Limit heap: 848mb non-heap: 0mb
2015-08-31 23:51:02 INFO: Version: 3.0-SNAPSHOT

Any ideas.

Anton Tananaev9 years ago

Any ideas about what? All Java applications get a limited heap size. This line in the log file just indicates what the size is in your case. If you want to change it, it's possible through wrapper configuration file.