核心的 shmall 和 shmmax 引數(http://wdicc.com/)
shmall 是全部允許使用的共享記憶體大小,shmmax 是單個段允許使用的大小。這兩個可以設定為記憶體的 90%。例如 16G 記憶體,16*1024*1024*1024*90% = 15461882265,shmall 的大小為 15461882265/4k(getconf PAGESIZE可得到) = 3774873。
修改 /etc/sysctl.conf。
kernel.shmmax=15461882265 kernel.shmall=3774873 kernel.msgmax=65535 kernel.msgmnb=65535 執行 sudo sysctl -p
可以使用 ipcs -l 看結果。ipcs -u 可以看到實際使用的情況。
------ Shared Memory Limits -------- max number of segments = 4096 max seg size (kbytes) = 15099494 max total shared memory (kbytes) = 15097856 min seg size (bytes) = 1 ------ Semaphore Limits -------- max number of arrays = 128 max semaphores per array = 250 max semaphores system wide = 32000 max ops per semop call = 32 semaphore max value = 32767 ------ Messages: Limits -------- max queues system wide = 16 max size of message (bytes) = 8192 DEFAULT max size of queue (bytes) = 16384
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11754099/viewspace-1018467/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 核心引數kernel.shmall和kernel.shmmaxHMM
- Oracle 效能最佳化之核心的shmall 和shmmax 引數OracleHMM
- 安裝oracle時引數shmmax,shmall的含義OracleHMM
- 【Linux】kernel.shmmax和shmall設定LinuxHMM
- Linux 核心(kernel)引數 sysctl.conf , shmmaxLinuxHMM
- Linux核心引數(如kernel.shmmax)及Oracle相關引數調整LinuxHMMOracle
- Oracle安裝時shmmax引數的設定OracleHMM
- Linux核心引數(如kernel.shmmax)及Oracle相關引數調整(如SGA_MAX_SIZE)LinuxHMMOracle
- Linux下kernel.shmall引數的設定(zt)Linux
- Linux上shmmax引數的設定及含義LinuxHMM
- Linux上shmmax引數的設定及含義(轉)LinuxHMM
- Oracle和SUN Solaris核心引數Oracle
- Linux 核心引數 和 Oracle相關引數調整LinuxOracle
- Oracle和SUN Solaris核心引數(轉)Oracle
- Oracle 核心引數Oracle
- ORACLE核心引數Oracle
- 核心引數(轉)
- linux和aix核心引數檢查LinuxAI
- linux 核心引數Linux
- Linux核心引數Linux
- curl的HTTP引數速查表HTTP
- Guava Cache:核心引數深度剖析和原始碼分析Guava原始碼
- 談談ORACLE核心引數Oracle
- oracle核心引數意義Oracle
- 核心引數意義(轉)
- shmall引數設定不當引起資料庫啟動時報out of memory報錯資料庫
- Nginx配置和Linux核心引數的學習與驗證NginxLinux
- Linux核心引數以及Oracle引數調整(updated)LinuxOracle
- kettle 引數——變數引數和常量引數變數
- oracle相關的linux核心引數OracleLinux
- oracle rac 核心引數詳解Oracle
- Linux核心引數調優Linux
- linux核心啟動引數Linux
- Linux 核心引數及Oracle相關引數調整LinuxOracle
- http獲取get引數過濾HTTP
- http_build_query引數拼接urlHTTPUI
- Oracle中的sysctl.conf核心引數Oracle
- 安裝oracle時核心引數的含義Oracle