windows 32位的 Oracle 記憶體限制問題
遍地都說 3G開關,開了3G開關能給oracle.exe程式的記憶體也就最多3GB嗎?
另外在微軟網站找到這一段:
Physical Address Extension. PAE is an Intel-provided memory address extension that enables support of up to 64 GB of physical memory for applications running on most 32-bit (IA-32) Intel Pentium Pro and later platforms. Support for PAE is provided under Windows 2000 and 32-bit versions of Windows XP and Windows Server 2003. 64-bit versions of Windows do not support PAE.
PAE allows the most recent IA-32 processors to expand the number of bits that can be used to address physical memory from 32 bits to 36 bits through support in the host operating system for applications using the Address Windowing Extensions (AWE) application programming interface (API). More information about the AWE API can be found at the MSDN Library.
透過PAE能支援的記憶體更大的記憶體,但是看過Note:225349.1又發現白高興了,多出來的記憶體只能用作block buffer cache還得用DB_block_buffers指定(除非不用10g的自動sga管理)
程式碼:
What the PAE switch allows you to do from the Oracle perspective is to
increase the amount of memory that can be used for the Oracle Database
Block Buffer Cache. It is important to note that this additional memory
can ONLY be used by Oracle in the form of an increased value for
DB_BLOCK_BUFFERS.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7318139/viewspace-980956/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 讀懂Windows虛擬記憶體問題Windows記憶體
- Windows 32bit OS上實體記憶體限制以及ORACLE 10G 在32bit OS的SGA記憶體分配限制解決方法Windows記憶體Oracle 10g
- Netweaver工作程式的記憶體限制 VS CloudFoundry應用的記憶體限制記憶體Cloud
- 解決Windows下棧記憶體過小的問題Windows記憶體
- Oracle 記憶體顧問Oracle記憶體
- Windows+GCC下記憶體對齊的常見問題WindowsGC記憶體
- 排查Java的記憶體問題Java記憶體
- 記憶體溢位的問題記憶體溢位
- SQLServer記憶體問題分析SQLServer記憶體
- 探究 iOS 記憶體問題iOS記憶體
- 共享記憶體分段問題記憶體
- 記憶體溢位問題記憶體溢位
- 記憶體洩露引起的問題記憶體洩露
- AFN的記憶體洩漏問題記憶體
- ThreaLocal記憶體洩露的問題記憶體洩露
- 突破oracle for win2K的2G記憶體限制Oracle記憶體
- 使用RAMMap+PoolMon分析Windows記憶體異常使用問題Windows記憶體
- 記憶體分配問題處理記憶體
- aix 共享記憶體段問題AI記憶體
- 突破oracle for win2K的2G記憶體限制 (轉)Oracle記憶體
- Node記憶體限制和垃圾回收記憶體
- Node記憶體限制與垃圾回收記憶體
- aix 共享記憶體段大小限制AI記憶體
- npm打包進行記憶體限制NPM記憶體
- Windows下Oracle 11G記憶體修改WindowsOracle記憶體
- 解決golang 的記憶體碎片問題Golang記憶體
- 關於java吃記憶體的問題Java記憶體
- HibernateDaoSupport 記憶體洩漏的問題!記憶體
- project中的堆疊記憶體,記憶體地址引用,gc相關問題Project記憶體GC
- Java記憶體模型FAQ(五)舊的記憶體模型有什麼問題?Java記憶體模型
- 告別記憶體OOM,解決MySQL記憶體增長問題記憶體OOMMySql
- Java記憶體模型常見問題Java記憶體模型
- ThreadLocal記憶體洩漏問題thread記憶體
- JVM堆外記憶體問題排查JVM記憶體
- JVM與記憶體洩露問題JVM記憶體洩露
- redisson記憶體洩漏問題排查Redis記憶體
- 關於PHP記憶體洩漏的問題PHP記憶體
- Scrapy的記憶體洩露問題總結記憶體洩露