Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1124455
  • 博文数量: 251
  • 博客积分: 8431
  • 博客等级: 中将
  • 技术积分: 2699
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-22 16:24
文章分类

全部博文(251)

文章存档

2016年(2)

2015年(5)

2014年(4)

2013年(10)

2012年(8)

2011年(14)

2010年(20)

2009年(33)

2008年(51)

2007年(104)

分类:

2007-11-09 10:38:20

      应用的需求,因此需要进行一些调整。AIX操作系统中,一般将内存的使用分成两个部分,一个部分用于应用程序运行使用,称为计算内存(Computational),另一部分用于文件缓存,称为文件缓存(Non-Comp),AIX操作系统通过 minperm%,maxperm%, maxclient%, strict_maxclient, lru_file_repage,minfree, maxfree, 等参数控制系统的内存使用.

      vmo -a查看当前设置

在应用环境下建议将以上参数设置为:

      vmo -p -o strict_maxclient=0

      vmo -p -o lru_file_repage=0

      vmo -p -o minperm%=3

      vmo -p -o maxclient%=8

      vmo -p -o maxperm%=8

      vmo -p -o minfree=[CPU数量]*120

      vmo -p -o maxfree=[CPU数量]*128

如果CPU数量是12,则minfree=1440, maxfree=1536

使用AIX 并行I/O (Concurrent I/O) 来提高数据库的性能

阅读(878) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~