[issue577] memory error, even if half of the memory is free, and additional paging file is there

THURNER rupert mercurial-bugs at selenic.com
Mon Jun 4 06:56:04 UTC 2007


New submission from THURNER rupert <rupert.thurner at gmail.com>:

on a intel pc with 2 gb of memory, 800 mb committed to programs, 1.2gb free, 
we tried to add a 270mb binary file to a newly created repository. memory 
commit rises up to 1.1 gb or so, and then:

c:\temp> hg init
c:\temp> hg add big-file
c:\temp> hg commit
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 10edaed7f909+20070424)
Traceback (most recent call last):
  File "hg", line 22, in ?
  File "mercurial\commands.pyc", line 3064, in run
  File "mercurial\commands.pyc", line 3286, in dispatch
  File "mercurial\commands.pyc", line 3245, in <lambda>
  File "mercurial\commands.pyc", line 459, in commit
  File "mercurial\localrepo.pyc", line 775, in commit
  File "mercurial\localrepo.pyc", line 637, in filecommit
  File "mercurial\localrepo.pyc", line 527, in wread
  File "mercurial\util_win32.pyc", line 254, in read
MemoryError
c:\temp> hg version
Mercurial Distributed SCM (version 10edaed7f909+20070424)

subsequent tries fail immediately, without using memory.

----------
messages: 3147
nosy: ThurnerRupert
priority: urgent
status: unread
title: memory error, even if half of the memory is free, and additional paging file is there

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




More information about the Mercurial-devel mailing list