* Add the overhead of this method to the budget. The log size of the
* offsets happens to be the same as the memory overhead.
*/
MemoryBudget budget = env.getMemoryBudget();
int adjustMem = readBufferSize + obsoleteOffsets.getLogSize();
budget.updateMiscMemoryUsage(adjustMem);
try {
/* Create the file reader. */
CleanerFileReader reader = new CleanerFileReader
(env, readBufferSize, DbLsn.NULL_LSN, fileNum);