Originally posted by: nh4aix
Hi -
my experience as been that setting MAXIMUM to total processors for each LPAR has some, but very little overhead. What seems to cause a ton of overhead is setting MAXIMUM on memory equal to the total memory on the server for each LPAR!!! That may be what your provider was indicating...
The reasoning is that for value in MAXIMUM (memory or CPU), the hypervisor has to pre-allocate that much memory to handle that resource, just in case. In the case of CPU, you are talking 16 * 5 or 80 pre-allocated memory blocks (or whatever they are called). For memory, because memory is allocated in 4K pages (I know AIX is in that increment.. the hypervisor may be a lower number, but the illustration will work regardless), and assuming you have 16GB of memory and you allocate 16GB of memory as MAXIMUM for each of your 5 LPARs, that is 16GB / 4KB * 5 or 20Million pre-allocated memory blocks...
Well that is my understanding... so I don't worry about setting MAXIMUM for processors too high and I try to keep my MAXIMUM for memory equal to DESIRED + 10% to give me some wiggle room with a minimal amount of overhead...
hope that helps...
Joe
#AIX-Forum