cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error : Assignment to context failed (context overflow)

Former Member
0 Kudos

Hi experts,

I am getting the following error..

Runtime error : Assignment to context failed (context overflow). I also tried increasing maxctxtsize from 1677216 to 5242880 and also to 10485760 but no luck.

Any help would be appreciated..

thanks,

rao

Accepted Solutions (0)

Answers (1)

Answers (1)

ralph_resech
Explorer
0 Kudos

Hi Rao,

the default value for the maximum context size is 5242880 so if you increased a value from 1677216 I assume you picked the wrong value, the right one is programs/agate/MaxCtxtSize (make sure you change the right instance).

If this still not helps may be your response container is to small or the 10MB are still too small.

Please keep in mind that when you increase containers you take a lot of address space from the process since this container is created for each workthread and you may end up with a full address space (on 32 bit platforms). So when increasing the container sizes you may have to reduce the number of workthreads (and increase the number of processes to handle the same load as before).

HTH

Ralph