Originally posted by: SystemAdmin
"When the number of free page frames gets to a low value, the AIX kernel must empty out some locations in real memory for reuse of new pages. This process is otherwise known as page replacement.The AIX VMM has background daemons responsible for doing page replacement. "
Can we conclude that if free frames are always enough(suppose the real memory is large enough) ,the page replacement daemon is never invoked.
I did some test find this phenmenon: when free frames are more than the maxfree, there are still page in and page out through the command vmstat. At this time , the number of non-computational page is small (the numperm is less than minperm).
Anybody can explain this? thanks a lot!