On Thu, 2003-10-16 at 11:38, Mike Norton wrote: > Platform is RedHat Advanced Server 2.1,
Have you modified the page size? A::SL assumes 4K page sizes on Linux. You can change it easilly in the linux_size_check sub. Also, A::VM is being more precise about bytes. There are really 1024 KB in 1 MB, not 1000. That should skew things the other way though, i.e. your setting of 30000 KB is really 29.3 MB. Can you post the relevant part of your config file? - Perrin