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.
How to optimize memory consumption?
You need to specify those parameters directly in the command line:
https://stackoverflow.com/a/24877051/2548565
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
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.