How do I find out the amount of shared memory allocated on solaris 10?



  • To find the amount of shared memory allocated on the Solaris operating system run one of the following commands:

    # sysdef | grep -i shmm
    18446744073709551615    max shared memory segment size (SHMMAX)
      1024  shared memory identifiers (SHMMNI)
    

    or run:

    # echo "shminfo_shmmax/E" | mdb -k
    shminfo_shmmax:
    shminfo_shmmax: 18446744073709551615
    

Log in to reply
 

© Lightnetics 2024