«前の日(04-07) 最新 次の日(04-09)» 追記

kenyo's diary


2006-04-08

_ [Solaris] How to change shared memory setting on Solaris

The procedure is as follows:

  1. Edit the /etc/system file.
    set shmsys:shminfo_shmmax = 2097152
    set shmsys:shminfo_shmmin = 1
    set shmsys:shminfo_shmmni = 256
    set shmsys:shminfo_shmseg = 256
  2. Reboot the system.
    # shutdown -y -i6 -g0
  3. Confirm that the settings are correct using the sysdef command.
    # sysdef
    (snip)
    *
    * IPC Shared Memory
    *
    2097152 max shared memory segment size (SHMMAX)
    1 min shared memory segment size (SHMMIN)
    256 shared memory identifiers (SHMMNI)
    256 max attached shm segments per process (SHMSEG)
    (snip)

_ Words

  • BTW: Abbreviation for "By The Way".
  • OTOH: Abbreviation for "On The Other Hand".


2002|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|06|10|11|12|
2007|01|02|04|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|
«前の日(04-07) 最新 次の日(04-09)» 追記