Servoy freezes in debug mode

Hi,

I am currently using Servoy 6.1 and it freezes very frequently when I am in the debug mode. My machine is Core i-5 64 bit and 4GB running Windows 7. It should have enough memory to run and debug. However, in debug mode my Servoy IDE freezes when my mouse hovers on top of variables. After a few seconds or minutes Servoy IDE will then be active again. Has anybody encountered this problem?

I have opened a case for this: https://support.servoy.com/browse/SVY-2831

Thanks.

We are currently using IT2Be Calendar Bean (3.0-209 Beta) Built on 16-07-2012. Does this affect the Servoy developer performance? I just had an error dialgbox displaying “Solution explorer cannot create bean assignmentGantt GC overhead limit exceeded”. Then my eclipse displayed “An out of memory error has occurred.” Another dialogbox is displaying “Solution explorer cannot create bean it2be_calendar GC overhead limit exceeded”

I do not know if the root cause of this issue is the calendar bean or the Servoy 6.1 upgrade. How do I know the memory consumption of a plug-in bean?

You can increase the memory of Developer in the servoy.ini file that you can find in /servoy/Developer/
The default is a bit low for big workspaces I think. For example here are the relevant lines in servoy.ini I use for a relatively big solution:

--launcher.XXMaxPermSize
256m
-vmargs
-Xms256m
-Xmx1024m
-XX:MaxPermSize=256M

Hi Patrick,

Thanks for this. I will test it and close the case if this is ok.