*nix
Reducing Paging Space %Used
@ipajama
2013. 6. 19. 15:44
728x90
| |||
Answer | |||
This document provides some ways to reduce the '%Used' paging space. This information applies to AIX Version 5L. This example starts with a single paging space of 45% used. #lsps -a Page Space PV VG Size %Used Active Auto Type hd6 hdisk0 rootvg 128MB 45 yes yes lv
Why did this work? When the /etc/swapoff command ran, it moves pages from the hd6paging space to the paging00 paging space. However, if a page on the hd6paging device was active in physical memory (it has been paged in), the command will not move that page to paging00.h |
728x90