<?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 Oracle + Linux Memory doubt in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519339#M38622</link>
    <description>Hi friends&lt;BR /&gt;&lt;BR /&gt;I have a server with 11GB RAM and 12GB swap space.&lt;BR /&gt;And started 11 databases with sum of SGA =~ 7.5GB&lt;BR /&gt;When I try start a other database, with a SGA=400MB, the Oracle returns&lt;BR /&gt;-----&lt;BR /&gt;SQL&amp;gt; startup nomount&lt;BR /&gt;ORA-27102: out of memory&lt;BR /&gt;Linux Error: 28: No space left on device&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;Why out of memory, if only 7.5GB was used?&lt;BR /&gt;&lt;BR /&gt;I attached the commands ipcs e free -m. I know that the free command doesn't show a real state of free memory, because Linux, use cache/uncache frequently, but the ipcs command show only 7.5GB used.. and donÂ´t have many users connections in this server.&lt;BR /&gt;&lt;BR /&gt;Tks&lt;BR /&gt;Leonardo Mantovam&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Oct 2009 13:12:33 GMT</pubDate>
    <dc:creator>Leonardio</dc:creator>
    <dc:date>2009-10-22T13:12:33Z</dc:date>
    <item>
      <title>Oracle + Linux Memory doubt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519339#M38622</link>
      <description>Hi friends&lt;BR /&gt;&lt;BR /&gt;I have a server with 11GB RAM and 12GB swap space.&lt;BR /&gt;And started 11 databases with sum of SGA =~ 7.5GB&lt;BR /&gt;When I try start a other database, with a SGA=400MB, the Oracle returns&lt;BR /&gt;-----&lt;BR /&gt;SQL&amp;gt; startup nomount&lt;BR /&gt;ORA-27102: out of memory&lt;BR /&gt;Linux Error: 28: No space left on device&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;Why out of memory, if only 7.5GB was used?&lt;BR /&gt;&lt;BR /&gt;I attached the commands ipcs e free -m. I know that the free command doesn't show a real state of free memory, because Linux, use cache/uncache frequently, but the ipcs command show only 7.5GB used.. and donÂ´t have many users connections in this server.&lt;BR /&gt;&lt;BR /&gt;Tks&lt;BR /&gt;Leonardo Mantovam&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 13:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519339#M38622</guid>
      <dc:creator>Leonardio</dc:creator>
      <dc:date>2009-10-22T13:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle + Linux Memory doubt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519340#M38623</link>
      <description>Attch</description>
      <pubDate>Thu, 22 Oct 2009 13:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519340#M38623</guid>
      <dc:creator>Leonardio</dc:creator>
      <dc:date>2009-10-22T13:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle + Linux Memory doubt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519341#M38624</link>
      <description>More info is needed. What Linux distro is this? Also are you running 64-bit or 32-bit with the hugemem kernel? Can you post the output from the free command? Also, what are your shmem kernel settings?</description>
      <pubDate>Thu, 22 Oct 2009 13:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519341#M38624</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-10-22T13:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle + Linux Memory doubt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519342#M38625</link>
      <description>change shmall to 2883584. shmall sets the total amount of shared memory pages that can be allocated system wide. So if you take shmall x page size you can get the amount. In your case your page size is more than likely 4096. So that would limit you to 8GB for shared memory pages. Increase it and you should be good to go.</description>
      <pubDate>Thu, 22 Oct 2009 14:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519342#M38625</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-10-22T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle + Linux Memory doubt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519343#M38626</link>
      <description>Court,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply&lt;BR /&gt;The Oracle Documents doesn't show this tips.&lt;BR /&gt;&lt;BR /&gt;But more a question if I want use the swap space too, so I need change the value that you already posted, 2883584(shmmall) X 4096(page size) = 11GB.&lt;BR /&gt;&lt;BR /&gt;In other hands, increase the 2883584 to 2883584 x 2 ( 22GB ) the sum of mem+swap??&lt;BR /&gt;&lt;BR /&gt;I know that the Oracle will be slower&lt;BR /&gt; , but this databases are only to enviroment development &lt;BR /&gt;&lt;BR /&gt;Tks&lt;BR /&gt;Leonardo Mantovam&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 16:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519343#M38626</guid>
      <dc:creator>Leonardio</dc:creator>
      <dc:date>2009-10-22T16:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle + Linux Memory doubt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519344#M38627</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;With regards to swap space, if you set it to more than twice ram that in itself is not a problem.&lt;BR /&gt;&lt;BR /&gt;if however the system starts paging, performance will grind to a halt.&lt;BR /&gt;&lt;BR /&gt;If you have to set swap more than twice ram to make oracle run, this is not the system to run oracle on.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Oct 2009 18:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519344#M38627</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-22T18:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle + Linux Memory doubt</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519345#M38628</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I know that Oracle doesn't have a good performance if begins to use swap space, but this machine are only development enviroment so performace, isn't important.&lt;BR /&gt;&lt;BR /&gt;Now I changed the value of shmmall to 2883584, and started more database, without used swap space. 2883584 x 4096=11GB (memory of machine)&lt;BR /&gt;----&lt;BR /&gt;free -mt&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:         11159      10247        912          0        130       9195&lt;BR /&gt;-/+ buffers/cache:        920      10238&lt;BR /&gt;Swap:        12699        267      12432&lt;BR /&gt;Total:       23859      10514      13345&lt;BR /&gt;----&lt;BR /&gt;This machine has 11GB the swap.&lt;BR /&gt;My doubt. If I increase shmmall(2883584), I started to use the swap ?&lt;BR /&gt;&lt;BR /&gt;I want start more databases.&lt;BR /&gt;&lt;BR /&gt;Tks&lt;BR /&gt;Leonardo Mantovam&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Oct 2009 12:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oracle-linux-memory-doubt/m-p/4519345#M38628</guid>
      <dc:creator>Leonardio</dc:creator>
      <dc:date>2009-10-23T12:59:32Z</dc:date>
    </item>
  </channel>
</rss>

