> I am using recursion to process sibling nodes like > lined-lists. This works pretty well until I run into > documents that contains an untypically large node sets. I > believe that this may be contributing to a stack overflow > error that I am seeing: > > 2010-04-24 23:10:37.042 Notice: TaskServer: > XDMP-STACKOVERFLOW: Stack overflow > > Are there any configuration parameters that I can adjust to > fix this problem. The documents that I am processing are > constructed and present in memory, i.e., I am not pulling > them out of the database. > > Are there any debug flags or other ways to help pinpoint the > cause of the problem?
There are no settings to control the stack size. However I believe the server's default stack size was increased in a recent release, so if you're not running the latest version, perhaps you can upgrade. -jh-
_______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
