java.lang.OutOfMemoryError: Java heap space in Rich Client

Hi All,

I am getting, “java.lang.OutOfMemoryError: Java heap space”, in the Java Console, while running the Solution in Rich Client. I suppose, It may be due to the Image loading in the Media Field as the Image is coming from the database.

To address the issue, I have changed the property “servoy.maxClientHeap” from 64(Default) to 500. I am just concern about increasing the Heap Size to 500. Does it impact the memory at client/server’s end?

Thanks,
Arup.

It does not impact your server memory usage, but isn’t going from 64 to 500 a bit drastic?

Thanks Marcel for your response.

I just tried by setting a large number, so that we won’t fail. However, 128 is a good fit for us.