Originally posted by: nagger
This is normal AIX behaviour.
If there is no need to page memory to the paging space then it will not and it now only allocates pages as needed. This is called late allocation = only when actually needed.
Many years ago AIX use to allocate pages in advance. This was important on machines with little memory as it can save time in an emergency but with very fast CPUs and much larger memory in modern machines it is actually a waste of CPU cycles to pre-allocate the space.
Does that answer your question? thanks Nigel Griffiths
#AIX-Forum