ORA-27102: out of memory以及相關係統引數
今天,在搭standby的時候,出現了這個錯誤
ORA-27102: out of memory
Linux-x86_64 Error: 28: No space left on device.
查了查,32G記憶體,64位的RHEL。原來是/etc/sysctl.conf裡的shmall設定的太小了。預設的shmall足夠大了,不知怎麼被註釋掉了,換成了shmall= 2097152。(因為這臺機以前搭建過standby,所以沒去檢查引數,看來還是不能偷懶,應該花個幾分鐘掃一眼引數配置)
最後貼一些關於這幾個引數的解釋。
kernel.shmmax 共享記憶體段的最大大小,以位元組為單位。預設為32M(32位吧)
kernel.shmmni 定義共享記憶體段的最大數量,預設4096
kernel.shmall 一次能夠使用的記憶體總量,以頁為單位,I386平臺,linux頁大小4K
kernel.sem中的四個值分別 是指
1:SEMMSL(每個使用者擁有訊號量最大數量),
2:SEMMNS(系統訊號量最大數量),
3:SEMOPM(每次semop系統呼叫運算元),
4:SEMMNI(系統訊號量集最小數量)
fs.file-max = 65536 系統允許同時開啟的最大檔案數為65536
net.ipv4.ip_local_port_range = 1024 65000 本地主機在ipv4下可用埠範圍net.core.rmem_default 接收網路資料時的一個window 的預設值
net.core.rmem_default = 1048576 接收網路資料時的一個window 的最大值
net.core.wmem_default = 262144 傳送網路資料時一個window的預設值
net.core.wmem_max = 262144 傳送網路資料時一個window的最大值
更多:
Enabling High Performance Data Transfers
http://hi.baidu.com/ptmx/blog/item/1ae6acca45147745f21fe79c.html
linux
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23650854/viewspace-684587/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- note the ORA-27102: out of memory errorError
- ORA-27102: out of memory故障解決
- 統計學三大相關係數之Pearson相關係數、Spearman相關係數
- 【ERROR】ORA-27102: out of memory 解決方法Error
- ORA-27102: out of memory解決辦法
- oracle啟動遭遇ORA-27102: out of memoryOracle
- ORA-27102 Out of Memory問題處理
- ORA-27102: out of memory 問題解決方法
- windows 32位ORA-27102: out of memory錯誤Windows
- ORA-27102:out of memory Linux-X86_64 .Linux
- 【ORACLE】ORA-27102: out of memory報錯的處理Oracle
- ORA-27102: out of memory Linux Error: 28: No space left on deviceLinuxErrordev
- statspack 安裝以及相關引數說明
- oracle使用記憶體的錯誤,ORA-27102: out of memoryOracle記憶體
- Oracle的AMM和ASMM以及相關引數探究OracleASM
- 資料庫增加SGA,導致ORA-27102: out of memory錯誤資料庫
- ORA-27102:out of memory Linux-x86_64 Error: 12: Cannot allocate memory的處理LinuxError
- Oracle Lob型別相關引數以及效能影響Oracle型別
- Ora-27102: Out Of Memory: Linux Error: 12: [ID 401077.1]LinuxError
- Java Out Of Memory解決之JAVA_OPTS引數說明與配置Java
- 偏相關係數計算
- 皮爾森相關係數(Pearson Correlation)
- OOM(Out Of Memory)OOM
- java out of memoryJava
- tcbs_批量儲存過程_輸出引數out與異常的關係儲存過程
- dbca -silent -responsefile 建庫由於tmpfs太小報錯ORA-27102: out of memory
- ORA-27102: out of memory Linux-X86_64 Error: 28: No space left on deviceLinuxErrordev
- MySQL效能相關引數MySql
- 歸檔相關引數
- PostgreSQL AutoVacuum 相關引數SQL
- startup ORA-27102: out of memory Linux-x86_64 Error: 28: No space left on deviceLinuxErrordev
- MySQL索引統計資訊更新相關的引數MySql索引
- OOM--OUT OF MEMORYOOM
- MySQL 連線相關引數MySql
- MySQL slow log相關引數MySql
- Spark的相關引數配置Spark
- SGA PGA MEMORY_TARGET 關係
- hadoop YARN配置引數剖析—MapReduce相關引數HadoopYarn