|
发表于 2006-4-4 10:07:55
|
显示全部楼层
/usr/ports/sysutils/sysupdate
sysupdate.sh will update your system and/or port collection files in part or in
full to the latest cvs version. sysupdate.sh can be set to only download the
latest system files or can be set to compile and install a complete system
update.
WWW: http://lvl.sourceforge.net/
自動更新,還有buildworld,buildkernel,并安裝,還有合并幾個文件。然后重啟。
sysctl.conf的格式:
- vfs.vmiodirenable=1
- kern.ipc.maxsockbuf=2097152
- kern.ipc.shmmax=67108864
- kern.ipc.shmall=32768
- kern.ipc.somaxconn=8192
- #kern.ipc.maxsockets=16424
- ......
复制代码
有些還要放到/boot/loader.conf中:
- kern.ipc.maxsockets=16424
- kern.ipc.semmni=40
- kern.ipc.semmns=300
- ......
复制代码
這些都是按書上還有系統提示來的。 |
|