I have a few cgi functions wich happens to consume enough RAM memory to generate an stack overflow.
I would like to know how to increase this stack in order to prevent this error.
Regards
解決済! 解決策の投稿を見る。
In file httpd_mqx.c, search for lines (2x):
stack = MAX(3 * stack, 2500);
Try bigger number and recompile libraries.
PetrM
In file httpd_mqx.c, search for lines (2x):
stack = MAX(3 * stack, 2500);
Try bigger number and recompile libraries.
PetrM
This worked for me in MQX3.6, but 3.7 is different. Where can I find the size setting in 3.7?
Found it in the new httpd_prv.h file.