duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] cannot allocate memmory


From: Boris.Boege
Subject: [Duplicity-talk] cannot allocate memmory
Date: 01 Feb 2003 13:50:54 +0100

hi,

during large backups (cabout 15gb) I allways get a "cannot allocate
memmory" error.
It looks like it wil happen during a fork().
But I am pretty sure there is enough memmory.

Any ideas?

thanks in advance!

Boris



-----------------------------------------
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 352, in ?
    if __name__ == "__main__": main()
  File "/usr/bin/duplicity", line 345, in main
    if not sig_chain: full_backup(col_stats)
  File "/usr/bin/duplicity", line 135, in full_backup
    bytes_written = write_multivol("full", tarblock_iter,
globals.backend)
  File "/usr/bin/duplicity", line 76, in write_multivol
    globals.gpg_profile)
  File "/usr/lib/python2.2/site-packages/duplicity/gpg.py", line 206, in
GPGWriteFile
    gpg_process, to_gpg_fp = start_gpg(filename, profile.passphrase)
  File "/usr/lib/python2.2/site-packages/duplicity/gpg.py", line 179, in
start_gpg
    attach_fhs={'stdout': open(filename, "wb"),
  File "/usr/lib/python2.2/site-packages/duplicity/GnuPGInterface.py",
line 357, in run
    create_fhs, attach_fhs)
  File "/usr/lib/python2.2/site-packages/duplicity/GnuPGInterface.py",
line 399, in _attach_fork_exec
    process.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory







reply via email to

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