[issue3417] Large memory increase in rhodecode after upgrade to hg2.2 (memleak?)

Marcin Kuzminski bugs at mercurial.selenic.com
Wed May 2 11:46:11 CDT 2012


New submission from Marcin Kuzminski <marcin at python-blog.com>:

While testing out hg2.2-rc my 8GB machine crashed twice with out-of-memory
errors, after 1-2 days of work.

I did few tests with very same revision of rhodecode using hg 2.1.2 and hg2.2-rc

hg2.2: 
 on average 4-4,5G of RAM after <24hrs of work. 

hg2.1.2:
 1.5GB after 3days (1.5GB was reached after few hours and it's remaining
like that till now)

Downgrading to 2.1.2 requires a small change in rhodecode:
 graphmod.colored(dag) -> graphmod.colored(dag, repo)

I tried to get some gc stats but that didn't gave me any useful information.

Is there anything specific i could do to help ?

----------
messages: 19848
nosy: marcinkuzminski
priority: bug
status: unread
title: Large memory increase in rhodecode after upgrade to hg2.2 (memleak?)

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3417>
____________________________________________________


More information about the Mercurial-devel mailing list