Subj : Re: Out of memory error To : Nilesh From : Brendan Eich Date : Mon Sep 13 2004 01:55 pm Nilesh wrote: > The server running the application has enough memory available at the > time this message gets logged. > Interestingly increasing the size of the context What do you mean by "size of the context"? The stackChunkSize parameter to JS_NewContext has nothing to do with limiting memory for objects, strings, etc. > does not help in > getting rid of the error or atleast delaying it. When do you run the GC, by calling JS_GC or JS_MaybeGC? /be .