I'm using .NET GUI for the project, sometimes the program (Progress Developer Studio 11.6 32-bit) went not responding when I make an event by GUI properties especially on new event.
Other info :
OS : Windows 10 (64-bit)
java version "1.8.0_73" Java(TM) SE Runtime Environment (build 1.8.0_73-b02)
eclipse.ini
-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20130807-1835
-showsplash com.progress.tools.branding
--launcher.XXMaxPermSize 256m
--launcher.defaultAction openFile
-name
Progress Developer Studio
-vm
C:/OpenEdge11.6/jre/bin/javaw.exe
-vmargs
-Xms768m
-Xmx768m
-Dhttps.protocols=TLSv1.2
How to prevent the crashes? Does it affected by eclipse.ini Xms Xmx value?
Thank you.