From time to time you might run into some issues with SPSS Modeler of running out of memory on Java Virtual Memory. The way you fix it is by expanding the allocated JVM.
So, in order to do this we mustdo the following…
- Close SPSS Modeler if you have it open
- Open
C:\Program Files\IBM\SPSS\Modeler\\config\jvm.cfg
as Administrator - Find the line with the following
options, "-Xmx256m"
- Now change
"-Xmx256m"
to a new value where 256m = RAM. So if you would like to lets say allocate 1G of RAM, then you will change it tooptions, "-Xmx1024m"
.
Source: IBM Streams with Excel export nodes fail with Insufficient memory for JVM – United States