On 2004.10.13, Andrew Grumet <[EMAIL PROTECTED]> wrote: > Thanks guys. Bruno, are you running OpenACS, and if so what version? > > Janine and Bruno, are you guys running nsopenssl? > > I think the trick here is trying to figure out where the memory is going. > Jeff D. threw me some introspection code that reports nsv usage and other > stuff, but I didn't see any smoking guns. Andy P. suggested purify. Maybe > I'll take a look at that.
OpenACS makes use of nscache, right? You might want to see how much memory those puppies are using. You'll probably want to craft up a small Tcl script that parses the output of [ns_info pools] to see what threads are using how much memory. Figuring out WHAT is using up the memory is the hard part ... -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
