Katalon Studio is taking a lot of memory in task manager

Add these lines to your katalon config file. They cut the memory usage down significantly.

-XX:+AggressiveOpts
-XX:MinHeapFreeRatio=1
-XX:MaxHeapFreeRatio=2
-XX:+UseSerialGC

4 Likes