Opened 11 years ago
Closed 11 years ago
#4610 closed Enhancement (invalid)
memory consumption rated at 65% even though download completed and idle.
Reported by: | leandroong | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 2.42+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
Version: transmission_2.42+_13068 (utp enabled) I was expecting a normalize memory usage after transmission completed. Dropped to minimum required memory to maintain idle state.
Change History (1)
comment:1 Changed 11 years ago by jordan
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Transmission frees the memory; it's up to the OS's implementation of free() to decide what to do with it.
http://stackoverflow.com/questions/5365996/memory-not-freed-after-calling-free
http://stackoverflow.com/questions/2215259/will-malloc-implementations-return-free-ed-memory-back-to-the-system
If you feel this call is in error, please use valgrind to generate a memory leak report. Transmission's svn repository includes a couple of scripts for calling valgrind for the daemon and gtk client.