| |
 |
|
 |
 |
|
 |
AIX如何管理Paging Space
|
|
|
|
|
Paging Space 的大小应符合应用的需要.太大会浪费硬盘空间,太小会影响系统的运行.Paging Space的确定原则: 1. 系统实际内存小于64MB, paging space= 2 * RAM 2. 系统实际内存在 64MB to 256MB 之间, Page Space = RAM size + 16MB 3. 系统实际内存大于 256MB , Page Space = 512 + ( RAM - 256 ) * 1.25 4. 对于AIX 4.3.3 当内存达到4GB 到8GB,因为AIX 4.3.3 使用延迟的(deferred )paging space.Paging Space主要根据应用的要求来定. 一般可初始3GB, 然后观察paging space的使用情况,如果使用率超过70%, 则需要增加paging space. 以上计算方法只是粗略地算法,用户可根据实际情况调整.
* 如果系统出现以下几种情况,则说明需要扩大paging Space: 1. 下列任意错误信息之一: INIT: Paging space is low ksh: cannot fork no swap space Not enough memory Fork function failed fork () system call failed Unable to fork, too many processes Fork failure - not enough memory available Fork function not allowed. Not enough memory available. Cannot fork: Not enough space 2. 使用命令" lsps -a" ,其结果%USED 列的平均值大于80%. 3. 使用命令"lsps -s" 其结果%USED 列大于80%.
* 使用下列命令也可以检查paging space是否够用: iostat vmstat lsps
| |
|
|
|
原文地址
www.ibm.com.cn
|
|
发表于: 2008-02-12,修改于: 2008-02-12 00:50,已浏览783次,有评论0条
推荐
投诉
|
|
 |
|
 |
|  |
|
 |
|