cancel
Showing results for 
Search instead for 
Did you mean: 

MaxDb Parameter to be increased? - 1027504

Former Member
0 Kudos

Hi All,

As per the note 1027504 i have to increase the InterpreterWorkStackSize to 262136 bytes, When i check the parameters in MaxDb Studio 7.9  for increasing the parameter value its not listed.

Any Idea?

Warm Regards,

Sudhakar G

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Mr Sudhakar,

What is the version of MaxDB software ?

If you are using database studio to change the parameter, go to

Administration -> Command Line (Tab)

Run:

(depending on the version of MaxDB installed, one of these should work)

param_directget _WORKSTACK_SIZE

                        

                         (OR)

param_directget InterpreterWorkStackSize

To change the parameter value, use the command

param_directput <parameter_name> <value>

This parameter can only be changeable in OFFLINE mode, so you need to restart the instance for the changes to take effect.

Regards,

Yashwanth