[parted-devel] Re: [darcs-users] Re: Darcs performance
Juliusz Chroboczek
Juliusz.Chroboczek at pps.jussieu.fr
Thu Nov 16 23:11:20 CET 2006
>> What system are you using?
> It's a virtual server.
Okay, there's definitely something weird going on with the memory
management. I suspect the virtual machine's memory manager interacts
in weird ways with Ghc's garbage collector.
What's the virtual machine? VServer?
Could you try if any of the following fixes your problem?
export GHCRTS=-c
export GHCRTS=-G1
export GHCRTS='-c -G1'
If it doesn't, I guess we're going to have to ask the Ghc people for help.
Juliusz
More information about the parted-devel
mailing list