OutOfMemoryError: GC overhead limit exceeded (2)

1
Hi, I'm getting this error on production (cloud) when running a couple of microflows. One iterates through 32,000 records and the other through 110,000. I have increased the java heap in development and it works fine there, but don't know how to do it on the cloud. Is it possible to increase it there? If so, where, how?! LR.
asked
1 answers
-2

The java heap space is set in the settings of the model (Project/Setting/Server). So if you deploy the new version to the cloud it is set.

answered