darcs

Message2817

Author markstos
Recipients beschmi, droundy, jamesdsadler, kowey, markstos, tommy
Date 2008-01-28.02:23:47
Issue Issue623 get => out of memory (on local filesystem only!)
Content
James, to debug this further:

Would you have any preferences in ~/.darcs/prefs which could be affecting this? 

You mentioned it happens with Darcs2. How about if you use "darcs get --hashed" ? 

also, you can try this:

strace darcs get foo foo-cloned. 

That will spew all the low level system calls that are happening. (There will be
many!). Although the output will be verbose, you should be able to perhaps get
an idea of what's going on when the system runs out of memory, and/or how the
local case differs from the http case.
History
Date User Action Args
2008-01-28 02:23:47markstoscreate
2008-01-28 02:23:48markstoslinkissue623 messages
2008-01-28 02:23:48markstossetmessageid: <1201487028.42.0.432761684994.issue623@darcs.net>
2008-01-28 02:23:48markstossetrecipients: + markstos, droundy, tommy, beschmi, kowey, jamesdsadler