<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic shared memory question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/shared-memory-question/m-p/3336983#M13302</link>
    <description>I cant't understand the exact meaning of shmmax value. e.g. (rh 2.1 + oracle 9i):&lt;BR /&gt;root&amp;gt;cat /proc/sys/kernel/shmmax&lt;BR /&gt;800000000&lt;BR /&gt;&lt;BR /&gt;but oracle is allocating two segments, 630MB each!&lt;BR /&gt;&lt;BR /&gt;ipcs -m&lt;BR /&gt;------ Shared Memory Segments --------&lt;BR /&gt;key        shmid      owner      perms      bytes      nattch     status&lt;BR /&gt;0xf903c9dc 0          root      600        189        1&lt;BR /&gt;0x00000000 229377     ora92     640        4194304    21&lt;BR /&gt;0x00000000 262146     ora92     640        637534208  21&lt;BR /&gt;0x0dd19744 294915     ora92     640        624951296  105&lt;BR /&gt;&lt;BR /&gt;Is shmmax the maximum memory value for each single segment? or per process? or what?&lt;BR /&gt;&lt;BR /&gt;general memory info:&lt;BR /&gt;&lt;BR /&gt;[root@sorasi01 root]# cat /proc/meminfo&lt;BR /&gt;        total:    used:    free:  shared: buffers:  cached:&lt;BR /&gt;Mem:  2636201984 2627878912  8323072 815308800 225214464 1487982592&lt;BR /&gt;Swap: 2147426304 49283072 2098143232&lt;BR /&gt;MemTotal:      2574416 kB&lt;BR /&gt;MemFree:          8128 kB&lt;BR /&gt;MemShared:      796200 kB&lt;BR /&gt;Buffers:        219936 kB&lt;BR /&gt;Cached:        1405424 kB&lt;BR /&gt;SwapCached:      47684 kB&lt;BR /&gt;Active:        1590528 kB&lt;BR /&gt;Inact_dirty:    618036 kB&lt;BR /&gt;Inact_clean:    260680 kB&lt;BR /&gt;Inact_target:   643516 kB&lt;BR /&gt;HighTotal:     1703912 kB&lt;BR /&gt;HighFree:         5164 kB&lt;BR /&gt;LowTotal:       870504 kB&lt;BR /&gt;LowFree:          2964 kB&lt;BR /&gt;SwapTotal:     2097096 kB&lt;BR /&gt;SwapFree:      2048968 kB&lt;BR /&gt;BigPagesFree:        0 kB&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Jul 2004 02:27:59 GMT</pubDate>
    <dc:creator>Andrea Rossi</dc:creator>
    <dc:date>2004-07-21T02:27:59Z</dc:date>
    <item>
      <title>shared memory question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-memory-question/m-p/3336983#M13302</link>
      <description>I cant't understand the exact meaning of shmmax value. e.g. (rh 2.1 + oracle 9i):&lt;BR /&gt;root&amp;gt;cat /proc/sys/kernel/shmmax&lt;BR /&gt;800000000&lt;BR /&gt;&lt;BR /&gt;but oracle is allocating two segments, 630MB each!&lt;BR /&gt;&lt;BR /&gt;ipcs -m&lt;BR /&gt;------ Shared Memory Segments --------&lt;BR /&gt;key        shmid      owner      perms      bytes      nattch     status&lt;BR /&gt;0xf903c9dc 0          root      600        189        1&lt;BR /&gt;0x00000000 229377     ora92     640        4194304    21&lt;BR /&gt;0x00000000 262146     ora92     640        637534208  21&lt;BR /&gt;0x0dd19744 294915     ora92     640        624951296  105&lt;BR /&gt;&lt;BR /&gt;Is shmmax the maximum memory value for each single segment? or per process? or what?&lt;BR /&gt;&lt;BR /&gt;general memory info:&lt;BR /&gt;&lt;BR /&gt;[root@sorasi01 root]# cat /proc/meminfo&lt;BR /&gt;        total:    used:    free:  shared: buffers:  cached:&lt;BR /&gt;Mem:  2636201984 2627878912  8323072 815308800 225214464 1487982592&lt;BR /&gt;Swap: 2147426304 49283072 2098143232&lt;BR /&gt;MemTotal:      2574416 kB&lt;BR /&gt;MemFree:          8128 kB&lt;BR /&gt;MemShared:      796200 kB&lt;BR /&gt;Buffers:        219936 kB&lt;BR /&gt;Cached:        1405424 kB&lt;BR /&gt;SwapCached:      47684 kB&lt;BR /&gt;Active:        1590528 kB&lt;BR /&gt;Inact_dirty:    618036 kB&lt;BR /&gt;Inact_clean:    260680 kB&lt;BR /&gt;Inact_target:   643516 kB&lt;BR /&gt;HighTotal:     1703912 kB&lt;BR /&gt;HighFree:         5164 kB&lt;BR /&gt;LowTotal:       870504 kB&lt;BR /&gt;LowFree:          2964 kB&lt;BR /&gt;SwapTotal:     2097096 kB&lt;BR /&gt;SwapFree:      2048968 kB&lt;BR /&gt;BigPagesFree:        0 kB&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 02:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-memory-question/m-p/3336983#M13302</guid>
      <dc:creator>Andrea Rossi</dc:creator>
      <dc:date>2004-07-21T02:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-memory-question/m-p/3336984#M13303</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;It's the max shared memory for each segment.&lt;BR /&gt;have a read here for some more details and related infos :&lt;BR /&gt;&lt;A href="http://www.puschitz.com/TuningLinuxForOracle.shtml#SettingSharedMemory" target="_blank"&gt;http://www.puschitz.com/TuningLinuxForOracle.shtml#SettingSharedMemory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;Jerome Henry&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 02:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-memory-question/m-p/3336984#M13303</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-07-21T02:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: shared memory question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/shared-memory-question/m-p/3336985#M13304</link>
      <description>thanks a lot, useful.</description>
      <pubDate>Wed, 21 Jul 2004 04:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/shared-memory-question/m-p/3336985#M13304</guid>
      <dc:creator>Andrea Rossi</dc:creator>
      <dc:date>2004-07-21T04:16:11Z</dc:date>
    </item>
  </channel>
</rss>

