Categories
- Android (3)
- Cloud Computing (4)
- Development (13)
- Linux (31)
- Uncategorized (31)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Sending/receiving a Large size of message 2010/08/30
- Linux: How To Clear The Cache From Memory 2010/08/26
- Ejabberd-Cluster Database Configuration 2010/08/21
- How to: Find the inode size of an ext2 / ext3 filesystem 2010/08/21
- Ubuntu Router 2010/08/21
- HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc. 2010/08/21
Google Reader Shares
Richard's GR ShareLinks
Meta
Monthly Archives: February 2005
Configure Linux kernel parameters to run DB2
本文介绍了如何配置 Linux 的内核参数以运行 DB2。基本环境是: Memory: 2GOS: Red Hat Enterprise Linux AS release 3 (Taroon Update 3)DB2: IBM DB2 v8.2 1. 存在的问题 与运行 DB2 相关的内核配置项通常包括三个方面:共享内存段(shmmax)、信号数组(sem)和消息队列(msgmni)。 DB2 比较消耗资源, Linux 的缺省配置在运行数据量比较大的 DB2 应用时就显得偏小。 以下是试图在内核缺省配置下,在数据库中建立一个 pagesize 为 16K 的 bufferpool :$ db2 create bufferpool … Continue reading
Posted in Linux
Leave a comment