darcs

Message2824

Author jamesdsadler
Recipients beschmi, droundy, jamesdsadler, kowey, markstos, tommy
Date 2008-01-28.13:24:11
Issue Issue623 get => out of memory (on local filesystem only!)
Content
My ~/.darcs/defaults looks like this:

get --set-scripts-executable
pull --set-scripts-executable
send --sign

I'll let you know how the tests with strace go.

On 28/01/2008, Mark Stosberg <bugs@darcs.net> wrote:
> 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.
>
> ----------
> nosy: +markstos
>
> __________________________________
> Darcs bug tracker <bugs@darcs.net>
> <http://bugs.darcs.net/issue623>
> __________________________________
>
History
Date User Action Args
2008-01-28 13:24:11jamesdsadlercreate
2008-01-28 13:24:15jamesdsadlerlinkissue623 messages
2008-01-28 13:24:16jamesdsadlersetrecipients: + jamesdsadler