Trying to size recycle pool properly. Test for size involves assigning object to recycle pool, and running SQL statements against it, ...then doing the same thing with the object in default pool, ...and compare the number of physical reads for each pool.
My question is this. Say the number of physical reads is higher for the recycle pool. Should I size it larger or smaller. Two books I have give directly conflicting answers on this.

Thanks