Re: [Bacula-users] OOM with `accurate' mode

2009-05-06 Thread ebollengier
Hello Craig, Craig Ringer wrote: > > Hi all > > I'm wondering if there's any way to limit the memory used by `accurate' > mode - say, by spooling the required data to an mmap()ped file instead > of an in-memory block, or handling it in chunks. > Not at this time, mmap isn't portable and it

[Bacula-users] OOM with `accurate' mode

2009-05-01 Thread Craig Ringer
Hi all I'm wondering if there's any way to limit the memory used by `accurate' mode - say, by spooling the required data to an mmap()ped file instead of an in-memory block, or handling it in chunks. I just had a server with 2GB of RAM, most of which was free, go OOM because Bacula ate 1.5GB of R