Infodoc ID |
|
Synopsis |
|
Date |
7239 |
|
how to determine the shared memory parameter values |
|
2 Nov 1995 |
Below is the procedure for using adb on the kernel to view the Shared Memory
parameters. Use shm.h for more information about shminfo.
In 4.x:
# adb -k /vmunix /dev/mem
physmem fe9
shminfo,3/D
_shminfo:
_shminfo: 1048576 1 100
In 5.x:
# adb -k /dev/ksyms /dev/mem
physmem 1f07
shminfo,4/D
shminfo:
shminfo: 1048576 1 100 6
Use $q to quit adb.
For more information, see System and Network Administration
manual for 4.x, page 703 and Administering Security, Performance and
Accounting, Apendix A.
Top
Sun Proprietary/Confidential: Internal Use Only
Feedback to SunSolve Team