Loading project takes ages

On my Mac, I can find

  • /Applications/Katalon Studio.app/Contents/Eclipse/katalon.ini

file, where JVM memory size is specified. The default setting is this:

-Xmx2048m

You can try to increase the maximum memory, e.g.

-Xmx4096m

This may improve loading speed a bit. But I am not sure.