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.
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.