[tor-bugs] #5337 [Tor Directory Authority]: Memory fragmentation(?) issues on dirauths

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Mar 8 15:44:20 UTC 2012


#5337: Memory fragmentation(?) issues on dirauths
-------------------------------------+--------------------------------------
 Reporter:  Sebastian                |          Owner:                    
     Type:  defect                   |         Status:  new               
 Priority:  major                    |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Directory Authority  |        Version:                    
 Keywords:                           |         Parent:                    
   Points:                           |   Actualpoints:                    
-------------------------------------+--------------------------------------

Comment(by nickm):

 First thing to try is linking with a different malloc to confirm whether
 that makes a difference.  The "openbsd malloc" thing is solid but not so
 efficient.  I also hear good thing about  tcmalloc .

 In the past, the usage pattern that caused the most trouble with glibc
 malloc was allocating a lot of small things, then freeing most (but not
 all) of them.  If we know about when this behavior started, we could look
 for new patterns like that.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5337#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list