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?