Re: memory leak
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, At Mon, 8 Dec 2003 21:46:40 +0100 (MET), Ketil Kristiansen <[email protected]> wrote: > > mod_ruby 1.0.7 is leaking memory when Apache receives the signal USR1. > > Please confirm. > > This is a known problem. It's recommended that you shut Apache down > completely instead of using 'restart' (SIGHUP) or 'graceful' (SIGUSR1), > since these do not restart the parent process. I can't solve this problem because ruby interpreter doesn't provide a way to free memories allocated by the interpreter. Sorry. Shugo