Example: A shared memory configuration that is physically overcommitted
When the sum of the physical memory currently used by the shared memory partitions is greater than the amount of memory in the shared memory pool, the memory configuration is physically overcommitted. In a physically overcommitted memory configuration, the shared memory pool does not have enough physical memory to contain the memory used by all the shared memory partitions at one point in time. The hypervisor stores the difference in auxiliary storage.
The following figure shows a server with shared memory configuration that is physically overcommitted.

The figure shows a shared memory pool of 16.25 GB that is shared among three shared memory partitions. The hypervisor uses a small portion (0.25 GB) of the shared memory pool to manage the shared memory resources. The figure also shows one paging VIOS partition that owns all of the physical storage in the system. The physical storage contains a paging space device for each shared memory partition. The paging VIOS partition does not use the memory in the shared memory pool, but rather receives dedicated memory of 1 GB. Of the remaining system memory, 1 GB is reserved for the hypervisor so that it can manage other system resources, and 13.75 GB is free memory that is available for system growth. For example, you can dynamically add more memory to the shared memory pool or you can create additional dedicated memory partitions.
Shared memory partition 1 is assigned 12 GB of logical memory, Shared memory partition 2 is assigned 8 GB of logical memory, and Shared memory partition 3 is assigned 4 GB of logical memory. Together, the shared memory partitions are assigned 24 GB of logical memory, which is more than the 16.25 GB allocated to the shared memory pool. Therefore, the memory configuration is overcommitted.
Shared memory partition 1 currently uses 8 GB of physical memory, Shared memory partition currently uses 5 GB of physical memory, and Shared memory partition 3 currently uses 4 GB of physical memory. Together, the shared memory partitions currently use 17 GB of physical memory, which is greater than the amount of physical memory available to them in the shared memory pool, 16 GB. Therefore, the memory configuration is physically overcommitted. In other words, the shared memory pool does not contain enough physical memory for the hypervisor to satisfy the memory needs of all the shared memory partitions without storing some of the memory in the paging space devices. In this example, the difference of 1 GB is stored in the paging space device that is assigned to Shared memory partition 2. When Shared memory partition 2 needs to access data, the hypervisor might need to retrieve the data from the paging space device before the operating system can access it.