Encounter very bad performance in version 5.7.0, saving a test cases with ~140 lines is taking several mins & causing the screen to be hang. Been search through the forum & apply some of the suggested solution, but have no luck in getting it resolved. My machine is running on 64 bit with 8GB of RAM. My setting as below:
-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
config
-vmargs
-Xms4G
-Xmx4G
-XX:+UseParallelOldGC
-XX:ParallelGCThreads=2
-XX:+AggressiveOpts
Notice that while saving the test cases, the step - ‘Building workspace’ is taking very long (~5min-10mins) to complete & this will causing the entire Katalon to become un-responsive until the file is Save. (I am saving to local directory).