Categories
- Android (5)
- Cloud Computing (10)
- Development (14)
- Linux (35)
- Uncategorized (36)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Labor Efficiency: The Next Great Internet Disruption 22 hours ago
- Apache HBase 0.92.0 has been released 2012/02/04
- Ceph 2012/02/04
- Maximize virtio-net performance with vhost-net 2012/02/03
- Android-x86 - Porting Android to x86 2012/02/01
- 中国电信将成立云计算公司 践行“天翼云计算”战略 2012/02/01
Google Reader Shares
- Hudson vs. Jenkins: Is it too soon to declare a winner?
- Galaxy Nexus 的 Super AMOLED 屏幕多了 HD,但少了 Plus
- Faenza Icon theme for Gnome 3.2 makes Ubuntu a little more eye candy
- Google 在台湾、香港及新加坡兴建自己的数据中心,一到两年后启用
- 既定的秩序是教育的结果
- Amazon S3 - 566 Billion Objects, 370,000 Requests/Second, and Hiring!
Links
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