Receive error message when running a test case

Hello,

I’m not sure why I’m getting this error message whenever I run a test case.

“Error occurred during initialization of VM Could not reserve enough space for
1267712KB object heap”.

Is there a way I can fix this issue?

Hello, Looks like there is not enough memory available.
What is the -Xms and -Xmx values in your katalon.ini file?
Are you running 32bit or 64bit java? How much RAM does your PC have? On 32bit java, it will not allow allocation of more than 1500m ; at least from my experience.

Try changing -Xmx to a smaller value -Xmx1024m or -Xmx2048m

Regards