S32 Design tool Launching issue

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

S32 Design tool Launching issue

Jump to solution
926 Views
KarthickArumin
Contributor I
 

Facing the error while launching S32 Design Studio.PFA.

0 Kudos
Reply
1 Solution
906 Views
IsaulO
NXP Employee
NXP Employee

Hi @KarthickArumin ,

This issue could be related to an error with the installation or lack of Java heap memory, so you can increase this amount in the .ini file (allocated in C:\NXP\S32DS_Power_v2.1\eclipse), by changing the -Xmx1024m parameter to -Xmx2048m, this will allow the process to use up to 2048 MB of memory. However, if you prefer, can try reinstalling the S32 Design Studio before to changing the parameter.

Note that setting memory sizes to be near or larger than the amount of available physical memory on your machine will cause Java to "thrash" as it copies objects back and forth to virtual memory, which will severely degrade your performance.

BR,
IsaulO.

View solution in original post

0 Kudos
Reply
2 Replies
907 Views
IsaulO
NXP Employee
NXP Employee

Hi @KarthickArumin ,

This issue could be related to an error with the installation or lack of Java heap memory, so you can increase this amount in the .ini file (allocated in C:\NXP\S32DS_Power_v2.1\eclipse), by changing the -Xmx1024m parameter to -Xmx2048m, this will allow the process to use up to 2048 MB of memory. However, if you prefer, can try reinstalling the S32 Design Studio before to changing the parameter.

Note that setting memory sizes to be near or larger than the amount of available physical memory on your machine will cause Java to "thrash" as it copies objects back and forth to virtual memory, which will severely degrade your performance.

BR,
IsaulO.

0 Kudos
Reply
857 Views
KarthickArumin
Contributor I
Thanks for the Solution
0 Kudos
Reply