Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Report generation problem..
From: Jim Bell (Jim_at_[hidden])
Date: 2014-11-13 12:42:51


On 2014-11-12 8:55 PM, Rene Rivera wrote:
> I'm trying to finish making adjustments to the boostorg/regression
> repo code to transition to that. As part of that I was running report
> generation on my ISPs shared account. Which as it turns out, has
> resource usage limits. In particular it seems it has memory usage
> limits. Which the boost_report.cpp program blows away while processing
> the *first* XML file!
>
> Is there anything that can be done to reduce memory usage? Or am I
> going to have to abandon trying to run that on the shared server?

Can you retrofit a mmap scheme (if it doesn't have that already)? Let
the swap system handle it instead of RAM.


Boost-testing list run by mbergal at meta-comm.com