Mentor Error #3332 (MAXVSIZE Error)

When you get Error #3332 the Maxvsize error, you will need to Increase thesetting for maxvsize to something higher than its current setting.

~SET MAX_VARIABLE_SIZE=2000000

However, when you increase this,you also then need to make sure you increase the total amount of core mentor uses when running, so you’ll need to set that on the command line.

mentor <spec> lfl core:20000000

In the above settings, maxvsize is set to 2meg and core is set to 20meg.


If you want to see what the default MAXVSIZE is set to, put the following ~set option into your mentor spec:

~SET STATUS

This will show all of the defaults that are set in your mentor run.