duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [bug #25455] Please limit number of gpg child proces


From: anonymous
Subject: [Duplicity-tracker] [bug #25455] Please limit number of gpg child processes
Date: Thu, 04 Jun 2009 01:56:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042807 Firefox/3.0 Iceweasel/3.0 (Debian-3.0.9-1)

Follow-up Comment #4, bug #25455 (project duplicity):

I ran into this problem too with duplicity 0.5.16. 40 or more gpg processes
are started, and it OOMed my machine. 

I filed a bug here about it:
<http://bugs.debian.org/531786>

The problem is that get_fileobjs is used to generate a list of open file
objects for each manifest file, and these are GPGFile
objects that are each backed by one gpg process that runs as long
as they are open.

So the excessive gpgs occur at the start of the incremental backup, when it's
examining what was backed up before. Once it starts adding to the backup, only
2 gpgs are running at a time.

I have some other things to say in the Debian bug about possible
approaches to fix it and why big lists of open FDs is not a good idea.

Joey Hess <address@hidden>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25455>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]