What is semmap?
Submitted by: AdministratorThis sets the number of entries in the semaphore map. This should never be greater than semmni. If the number of semaphores per semaphore set used by the application is "n" then set
semmap = ((semmni + n - 1)/n)+1
or more. Alternatively, we can set semmap to semmni x semmsl. An undersized semmap leads to "WARNING: rmfree map overflow" errors. The default setting is 10; the maximum for Solaris 2.6 is 2GB. The default for Solaris 9 was 25; Solaris 10 increased the default to 512. The limit is SHRT_MAX.
Submitted by: Administrator
semmap = ((semmni + n - 1)/n)+1
or more. Alternatively, we can set semmap to semmni x semmsl. An undersized semmap leads to "WARNING: rmfree map overflow" errors. The default setting is 10; the maximum for Solaris 2.6 is 2GB. The default for Solaris 9 was 25; Solaris 10 increased the default to 512. The limit is SHRT_MAX.
Submitted by: Administrator
Read Online Solaris Inter-Process Communication (IPC) Job Interview Questions And Answers
Top Solaris Inter-Process Communication (IPC) Questions
☺ | What is semvmx? |
☺ | Explain semmni (max-sem-ids in Solaris 10+)? |
☺ | Explain shmmni (max-shm-ids in Solaris 10+)? |
☺ | Explain semopm (max-sem-ops in Solaris 10+)? |
☺ | What is semume? |
Top OS Solaris Categories
☺ | Solaris General Interview Questions. |
☺ | Solaris Inter-Process Communication (IPC) Interview Questions. |
☺ | Solaris Threads Interview Questions. |
☺ | Solaris System Calls Interview Questions. |
☺ | Solaris Socket Programming Interview Questions. |