- 论坛徽章:
- 5
|
从网上的资料看:scoadmin--->;hardware/kernel---->tune,然后就修改参数。进入16与15后发现:
Select a parameter category to reconfigure
by typing a number from 1 to 18, or q to quit: 16
The name of each parameter in this category will be displayed
along with its current value:
To retain the parameter value: press <Return>
To change the parameter value: enter the new value and press <Return>
To exit this category: type q and press <Return>.
SHMMAX: maximum shared memory segment size (bytes).
The current value is: 524288 New value is:
SHMMIN: minimum shared memory segment size (bytes).
The current value is: 1 New value is:
XSDSEGS: number of XENIX shared data segments (systemwide).
The current value is: 25 New value is:
XSDSLOTS: number of slots per XENIX shared data segment.
The current value is: 3 New value is:
//======================
Select a parameter category to reconfigure
by typing a number from 1 to 18, or q to quit: 15
The name of each parameter in this category will be displayed
along with its current value:
To retain the parameter value: press <Return>
To change the parameter value: enter the new value and press <Return>
To exit this category: type q and press <Return>.
SEMMAP: number of entries in the semaphore map.
The current value is: 10 New value is: 10
SEMMNI: number of semaphore identifiers.
The current value is: 10 New value is: 10
SEMMNU: number of semaphore undo structures.
The current value is: 30 New value is: 30
XSEMMAX: number of XENIX special semaphores (systemwide).
The current value is: 60 New value is:
系统显示的这些跟资料上好像有出入,例如XSDSEGS,XSDSLOTS,XSEMMAX等如何修改? |
|