Summary: | =dev-utils/subversion-1.3.1 seems to have a memory leak | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John Doyle <ykstortionist> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
John Doyle
2006-06-20 20:51:39 UTC
svn was running for a while checking out some source code and the memory it used kept growing, it got up to 213MiB: john@bistromath ~ $ ps u -C svn USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND john 840 17.8 20.4 219024 211800 pts/5 S+ 00:17 50:30 svn co https:// A memory leak occurs when a program uses up memory and doesn't give it back (release it) when it *doesn't need it any more*. Using memory when it's needed for the program to run is not a memory leak. Please, clarify your problem. Yes, I know, I suspect that it doesn't need all taht memory and I will investigate further |