Subj : Re: Rhino - limitation on the number of scripts per scope? Better To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Tue Feb 22 2005 04:36 pm Dr. S.E. Schleutermann wrote: >... > Question: > (1) is there a limitation on how many scripts can be handled by Rhino? > either per scope or over all scopes. Sounds like your JVM can not really GC classes and interned strings dispite claiming to be able to do it. https://bugzilla.mozilla.org/show_bug.cgi?id=243305#c9 contains a test case to check for that. As a workarround for JVM bug try to use pure interpretation mode in Rhino calling Context.setOptimizationLevel(-1). Regards, Igor .