M
Matt Gilarde
Guest
The -s parameter determines how much memory is allocated for the AVM's internal stack. The default value is 40, which allocates 40K for the stack. This value is too small for many cases. I would imagine that every OpenEdge application which has been deployed uses a higher value for -s than 40. The documentation recommends using -s 128. This value will probably solve your problem. If you continue to get the error you should increase the -s value until the error no longer occurs. We are considering increasing the default value in a future release.
Continue reading...
Continue reading...