로딩
티스토리 데이터 처리 중입니다.

[HP-UX] Kernel parameter Configuration

 [HP-UX] Kernel parameter Configuration

# more kmtune.sh #!/bin/ksh cd /stand/build cp /stand/system /stand/system.prev /usr/lbin/sysadm/system_prep -s /stand/build/system kmtune -s eqmemsize=2048 -S /stand/build/system kmtune -s maxdsiz=0x40000000 -S /stand/build/system kmtune -s maxusers=2048 -S /stand/build/system kmtune -s msgmax=32768 -S /stand/build/system kmtune -s msgmnb=65535 -S /stand/build/system kmtune -s msgmni=3200 -S /s.....