_ [Solaris] How to change shared memory setting on Solaris The procedure is as follows: Edit the /etc/system file.set shmsys:shminfo_shmmax = 2097152 set shmsys:shminfo_shmmin = 1 set shmsys:shminfo_shmmni = 256 set shmsys:shminfo_shmseg = 256Reboot the system.# shutdown -y -i6 -g0Confirm that the settings are correct using the sysdef command.# sysdef (snip) * * IPC Shared Memory * 2097152 max sha