hi,
at least these settings are overwrite every time when updated KS
-Xms256m
-Xmx2048m
hi,
at least these settings are overwrite every time when updated KS
-Xms256m
-Xmx2048m
Add -overrides
setting:
katalon.ini
-startup plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740 -data @noDefault -vmargs -XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Dfile.encoding=utf-8 -Xmx2048m -overrides ./overrides.ini
overrides.ini
-Xms1024m -Xmx4096m
I did not know -overrides
in eclipse.ini.
Could you tell me some URL to learn more about it? Eclipse docs, blogs etc.
It’s a proposal, nothing more.
OK.
On the other hand I found they describe
Previous configurations from the previous version will not be carried into the updated version.
in https://docs.katalon.com/katalon-studio/docs/auto-updater.html