Service configuration parameters

Santos6 years ago

Hi,
Starting with version 4.1, YAJSW is no longer used,
therefore, how to limit memory consumption?
In Optimization, say:
-Xmx to specify the maximum heap size
-Xms to specify the initial Java heap size

but where to find it? on windows.

Santos6 years ago

How to optimize memory consumption?

Anton Tananaev6 years ago

You need to specify those parameters directly in the command line:

https://stackoverflow.com/a/24877051/2548565

Santos6 years ago

In version 4.0, it uses (wrapper.java.maxmemory) but in version 4.2, it does not have this option.
I use standard H2 database, Windows