How increase more than 1536 MBytes of heap? - S32DS Power Architecture

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How increase more than 1536 MBytes of heap? - S32DS Power Architecture

700 Views
demian91
Contributor III

I need at least 2GB to run the program because it not enough and it run slow. When i try set in the s32ds.ini:

-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.401.v20161122-1740
--launcher.GTK_version
2
-vmargs
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-XX:MaxPermSize=512m
-XX:PermSize=256m
-Xms1536m
-Xmx2048m
-Xdebug
-Dosgi.instance.area.default=@user.home/workspaceS32DS.Power.2.1
-Djava.library.path=C:/NXP/S32DS_Power_v2.1/S32DS/cll/i86;../S32DS/cll/i86;../S32DS/cll/x64

But the program not open.

0 Kudos
1 Reply

645 Views
demian91
Contributor III

I could set the maximum size:

-Xms2044m
-Xmx2044m

In the IDE, Window -> Preferences -> General, enabling the "Show heap status" we can clean in the bottom part, clicking the icon of trash and is possible prevent saturation.

0 Kudos