<?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 Re: Out of memory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935276#M102511</link>
    <description>&amp;gt;&amp;gt; Unless you've changed maxdsiz&lt;BR /&gt;&lt;BR /&gt;In fact we are aware of that need. It's current value is:&lt;BR /&gt;# kmtune | grep maxdsiz&lt;BR /&gt;maxdsiz  18446744071562067968  -  (0X04000000+0X07C000000)&lt;BR /&gt;maxdsiz_64bit      3221225472  -  (0X0000000040000000+0X80000000)&lt;BR /&gt;&lt;BR /&gt;NOTE: surprisingly, 'maxdsiz' reports a very large number! On the other hand, SAM reports maxdsiz = 2147483648 (a more regular one and in accordance with the one i had set)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ./progsize.sh 26073&lt;BR /&gt;    VSZ   PID  PPID COMMAND&lt;BR /&gt;  11324 26073     1 /home/appuser/exes/MD402PRC108_SVR_PGRAF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; might also be a shared memory limit &lt;BR /&gt;# kmtune | grep shm&lt;BR /&gt;shmem                       1  -  1&lt;BR /&gt;shmmax             1072693248  Y  (0X4000000+0X3BF00000)&lt;BR /&gt;shmmni                    512  -  (200+312)&lt;BR /&gt;shmseg                    512  Y  (120+392)&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Oct 2005 13:50:22 GMT</pubDate>
    <dc:creator>Alberto Rocha</dc:creator>
    <dc:date>2005-10-20T13:50:22Z</dc:date>
    <item>
      <title>Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935271#M102506</link>
      <description>Hello, we have a C++ application running on top HP-UX 11i compiled w/&lt;BR /&gt;&lt;BR /&gt;# what /opt/aCC/bin/aCC&lt;BR /&gt;/opt/aCC/bin/aCC:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.37 040218 $&lt;BR /&gt;        HP aC++ B3910B A.03.63&lt;BR /&gt;        HP aC++ B3910B A.03.52 Language Support Library&lt;BR /&gt;&lt;BR /&gt;# PHSS_33263                                    1.0            HP aC++ -AA runtime libraries (aCC A.03.65)&lt;BR /&gt;&lt;BR /&gt;Unfortunately it crashes regularly w/ an uncomfortable 'Out of memory' message:&lt;BR /&gt;&lt;BR /&gt;I report bellow the last few lines of the application log:&lt;BR /&gt;&lt;BR /&gt;GraphicObject::~GraphicObject(20050408103340:336)&lt;BR /&gt;PgrafRootObject::clear_old_state(0,MetaObject,20050408103340:336)&lt;BR /&gt;Out of memory!&lt;BR /&gt;GraphicObject::~GraphicObject(20050408103339:330)&lt;BR /&gt;PgrafRootObject::clear_old_state(0,MetaObject,20050408103339:330)&lt;BR /&gt;[ 11:52:52.372 pgraf_1_0@172.20.255.86 End of IIOP Connection (144.64.188.202:1769) ]&lt;BR /&gt;Callback called exit.&lt;BR /&gt;&lt;BR /&gt;Considering this information, can anyone give any hints? I send also info about the 'core' file:&lt;BR /&gt;&lt;BR /&gt;$ ident core&lt;BR /&gt;core:&lt;BR /&gt;     $Header:/home/gestSoft/sources/COMUNS/GW_SNMP_CORBA/MD000PRC027_SNMP_TRAP_DAEMON/V-1.3.02$&lt;BR /&gt;     $Header:/home/gestSoft/sources/COMUNS/MD000LIB045_ORBIX_TOOLS/V-1.0.02$&lt;BR /&gt;     $Header:/home/gestSoft/sources/COMUNS/MD000LIB125_UTILITIES/V-2.3.02$&lt;BR /&gt;     $Header:/home/gestSoft/sources/COMUNS/MD000LIB044_API_SNMP/V-3.1.03$&lt;BR /&gt;     $Header:/home/gestSoft/sources/COMUNS/GW_SNMP_CORBA/MD000LIB047_IDL_CORBA_SNMP/V-1.3.05$&lt;BR /&gt;     $Revision: 1.9.214.1 $&lt;BR /&gt;     $Date: 96/10/08 13:20:01 $&lt;BR /&gt;     $Revision: 1.9.214.1 $&lt;BR /&gt;     $Date: 96/10/08 13:20:01 $&lt;BR /&gt;     $Revision: libxti.2:    STREAMS: PATCH_11.11 (PHNE_27703) Fri Sep 27 13:18:08 PDT 2002 $&lt;BR /&gt;     $Revision: libpthread.1:    @(#) depot-32pa R11.11_BL2004_0413_6 PATCH_11.11 PHCO_30544 Tue Apr 13 22:31:36 PDT 2004 $&lt;BR /&gt;     $Revision: 1.9.1.1 $&lt;BR /&gt;     $Header: U_qfcpy.s,v 66.1 90/07/13 12:21:03 pratap Exp $&lt;BR /&gt;     $Header: U_qfabs.s,v 66.1 90/07/13 12:12:17 pratap Exp $&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ what core&lt;BR /&gt;&lt;BR /&gt;         SNMP++ $Id: address.cpp,v 1.12 2005/02/08 21:24:29 katz Exp$&lt;BR /&gt;         SNMP++ $Id: counter.cpp,v 1.5 2005/01/19 22:18:38 katz Exp $&lt;BR /&gt;         SNMP++ $Id: gauge.cpp,v 1.4 2004/03/03 23:11:21 katz Exp $&lt;BR /&gt;         SNMP++ $Id: octet.cpp,v 1.8 2005/02/08 21:19:25 katz Exp $&lt;BR /&gt;         SNMP++ $Id: pdu.cpp,v 1.11 2005/02/08 19:49:44 katz Exp $&lt;BR /&gt;         SNMP++ $Id: ctr64.cpp,v 1.6 2005/01/17 21:11:43 katz Exp $&lt;BR /&gt;         SNMP++ $Id: eventlist.cpp,v 1.5 2004/03/03 23:11:21 katzExp$&lt;BR /&gt;         SNMP++ $Id: msec.cpp,v 1.6 2005/01/17 21:10:07 katz Exp $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revisio@SFÿ&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;        hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2005 11:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935271#M102506</guid>
      <dc:creator>Alberto Rocha</dc:creator>
      <dc:date>2005-10-20T11:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935272#M102507</link>
      <description>swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;How much memory does the box have?&lt;BR /&gt;&lt;BR /&gt;How is it laid out?&lt;BR /&gt;&lt;BR /&gt;Perhaps reboot and see if the problem persists.&lt;BR /&gt;&lt;BR /&gt;Perhaps the C++ compiler and/or environment is out of date.&lt;BR /&gt;&lt;BR /&gt;ipcs &lt;BR /&gt;&lt;BR /&gt;What does shared memory look like.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It would be helpful to know your system type and how much memory it has.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Oct 2005 11:28:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935272#M102507</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-20T11:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935273#M102508</link>
      <description>&amp;gt;&amp;gt; SYSTEM TYPE: rp5470 w/ 4 CPU's 850MHz and 4GB mem&lt;BR /&gt;# model&lt;BR /&gt;9000/800/L3000-5x&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        9000    2575    6425   29%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    2604   -2604&lt;BR /&gt;memory     3068     747    2321   24%&lt;BR /&gt;total     12068    5926    6142   49%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ./how_much_memory.sh&lt;BR /&gt;4096 MB&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Reboot: &lt;BR /&gt;the problem persists after a week of usage --&amp;gt; it points to an app memory leak&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; C++ compiler/environment out of date&lt;BR /&gt;- the production machine is considerable up to date w/ most recent patches&lt;BR /&gt;- the development/compilation machine couldn't be (i'll check)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; IPCS&lt;BR /&gt;# ipcs -m&lt;BR /&gt;IPC status from /dev/kmem as of Thu Oct 20 17:50:36 2005&lt;BR /&gt;T         ID     KEY        MODE        OWNER     GROUP&lt;BR /&gt;Shared Memory:&lt;BR /&gt;m          0 0x411c18cf --rw-rw-rw-      root      root&lt;BR /&gt;m          1 0x4e0c0002 --rw-rw-rw-      root      root&lt;BR /&gt;m          2 0x4120004f --rw-rw-rw-      root      root&lt;BR /&gt;m       3075 0x0c6629c9 --rw-r-----      root      root&lt;BR /&gt;m          4 0x06347849 --rw-rw-rw-      root      root&lt;BR /&gt;m       1541 0x4919172a --rw-r--r--      root      root&lt;BR /&gt;m       9734 0x5e100a3e --rw-------      root      root&lt;BR /&gt;m      30215 0x00000000 D-rw-------   &lt;APPNAME&gt;       seq&lt;BR /&gt;m        520 0x896b0f10 --rw-r-----    oracle       dba&lt;BR /&gt;m          9 0x000003e8 --rw-rw----   &lt;APPNAME&gt;       seq&lt;BR /&gt;&lt;BR /&gt;# ipcs -q&lt;BR /&gt;IPC status from /dev/kmem as of Thu Oct 20 17:50:44 2005&lt;BR /&gt;T         ID     KEY        MODE        OWNER     GROUP&lt;BR /&gt;Message Queues:&lt;BR /&gt;q          0 0x3c1c226c -Rrw--w--w-      root      root&lt;BR /&gt;q          1 0x3e1c226c --rw-r--r--      root      root&lt;BR /&gt;&lt;BR /&gt;# ipcs -s&lt;BR /&gt;IPC status from /dev/kmem as of Thu Oct 20 17:50:51 2005&lt;BR /&gt;T         ID     KEY        MODE        OWNER     GROUP&lt;BR /&gt;Semaphores:&lt;BR /&gt;s          0 0x411c18cf --ra-ra-ra-      root      root&lt;BR /&gt;s          1 0x4e0c0002 --ra-ra-ra-      root      root&lt;BR /&gt;s          2 0x4120004f --ra-ra-ra-      root      root&lt;BR /&gt;s          3 0x00446f6e --ra-r--r--      root      root&lt;BR /&gt;s          4 0x00446f6d --ra-r--r--      root      root&lt;BR /&gt;s          5 0x01090522 --ra-r--r--      root      root&lt;BR /&gt;s          6 0x411c0518 --ra-ra-ra-      root      root&lt;BR /&gt;s          7 0x61200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s          8 0x73200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s          9 0x70200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         10 0x69200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         11 0x75200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         12 0x63200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         13 0x64200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         14 0x66200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         15 0x6c200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         16 0x6d200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         17 0x6f200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s         18 0x4919172a --ra-r--r--      root      root&lt;BR /&gt;s         19 0x410c0544 --ra-ra-ra-      root      root&lt;BR /&gt;s         20 0x00000001 --ra-ra-ra-      root      root&lt;BR /&gt;s         21 0x52200bdd --ra-ra-ra-      root      root&lt;BR /&gt;s      12310 0xdc1d9cc8 --ra-r-----    oracle       dba&lt;BR /&gt;s         23 0x000003e8 --ra-ra----   &lt;APP&gt;       seq&lt;BR /&gt;&lt;/APP&gt;&lt;/APPNAME&gt;&lt;/APPNAME&gt;</description>
      <pubDate>Thu, 20 Oct 2005 11:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935273#M102508</guid>
      <dc:creator>Alberto Rocha</dc:creator>
      <dc:date>2005-10-20T11:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935274#M102509</link>
      <description>Hopefully, your programmer knows how much memory is normally requested by the program. Unfortunately, the programmer did not gracefully handle a failed memory request so we have to guess whether this is local memory or shared memory. Unless ytou've changed maxdsiz, your program will fail once it requests more than 64megs of RAM (256 megs for recent versions of HP-IX 11i). maxdsiz is a kernel parameter that protects your RAM from runaway programs, but can be changed with SAM. Start by setting maxdsiz to 900 megs and see if the program runs without a problem.&lt;BR /&gt; &lt;BR /&gt;To watch your program's size, use ps as in:&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -p #### -o vsz,pid,ppid,args&lt;BR /&gt; &lt;BR /&gt;where #### is the processID for your program. The VSZ column is the local memory size (Kbytes) of your program. If it is approaching 64megs and then the program crashes, then maxdsiz is the limit it is hitting.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;It might also be a shared memory limit - just like maxdsiz, there are low limits placed on the number and size of shared memory segments, and can be changed with SAM.</description>
      <pubDate>Thu, 20 Oct 2005 12:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935274#M102509</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-10-20T12:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935275#M102510</link>
      <description>Additionally you might want to inspect the output of:&lt;BR /&gt;&lt;BR /&gt;$ strings core | more&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Thu, 20 Oct 2005 12:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935275#M102510</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-10-20T12:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935276#M102511</link>
      <description>&amp;gt;&amp;gt; Unless you've changed maxdsiz&lt;BR /&gt;&lt;BR /&gt;In fact we are aware of that need. It's current value is:&lt;BR /&gt;# kmtune | grep maxdsiz&lt;BR /&gt;maxdsiz  18446744071562067968  -  (0X04000000+0X07C000000)&lt;BR /&gt;maxdsiz_64bit      3221225472  -  (0X0000000040000000+0X80000000)&lt;BR /&gt;&lt;BR /&gt;NOTE: surprisingly, 'maxdsiz' reports a very large number! On the other hand, SAM reports maxdsiz = 2147483648 (a more regular one and in accordance with the one i had set)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ./progsize.sh 26073&lt;BR /&gt;    VSZ   PID  PPID COMMAND&lt;BR /&gt;  11324 26073     1 /home/appuser/exes/MD402PRC108_SVR_PGRAF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; might also be a shared memory limit &lt;BR /&gt;# kmtune | grep shm&lt;BR /&gt;shmem                       1  -  1&lt;BR /&gt;shmmax             1072693248  Y  (0X4000000+0X3BF00000)&lt;BR /&gt;shmmni                    512  -  (200+312)&lt;BR /&gt;shmseg                    512  Y  (120+392)&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2005 13:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935276#M102511</guid>
      <dc:creator>Alberto Rocha</dc:creator>
      <dc:date>2005-10-20T13:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935277#M102512</link>
      <description>maxdsiz is quite out of whack and maxdsiz_64 is dependent on maxdsiz. Set maxdsiz to 2Gb and maxdsiz_64 is fine at 13 Gb.</description>
      <pubDate>Thu, 20 Oct 2005 14:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935277#M102512</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-10-20T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935278#M102513</link>
      <description>&amp;gt;&amp;gt; maxdsiz is quite out of whack and maxdsiz_64 is dependent on maxdsiz. Set maxdsiz to 2Gb and maxdsiz_64 is fine at 13 Gb.&lt;BR /&gt;&lt;BR /&gt;Why did you said "maxdsiz is quite out of whack"?&lt;BR /&gt;&lt;BR /&gt;Let me see if i follow your settings: maxdsiz equals the maximum available memory and maxdsiz_64bit equals the total amount of memory (physical=4M + swap=9M), right?</description>
      <pubDate>Mon, 24 Oct 2005 03:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935278#M102513</guid>
      <dc:creator>Alberto Rocha</dc:creator>
      <dc:date>2005-10-24T03:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935279#M102514</link>
      <description>maxdsiz is a fence or limit for 32bit programs only. A 32bit program cannot address more than 900 megs of local data space unless it has been compiled with the EXEC MAGIC feature. If that is true, the program can then address no more than 1750 megs of memory. If you are running 11.00 or higher (witgh latest patches), then you can use chatr or the compiler to add quadrant 3 support and the 32bit program can get almost 2700 megs of RAM. And with 11.11 and higher (patches may be required), quadrant 4 may also be included for a maximum of 3500 megs or so. A 32bit programm cannot address any memory beyond about 3750 megs, so the maxdsiz number: 18446744071562067968 is quite out of range (unless it was a cut-n-paste error).&lt;BR /&gt; &lt;BR /&gt;Now the hex values: 0X04000000+0X07C000000 are 67108864 and 2080374784 (67 megs and 2080 megs respectively), and these are both within range (I don't know why there are 2 values), but even adding them together is a valid setting (2147 megs apx) for maxdsiz. NOTE: maxdsiz (and maxdsiz_64) set memory limits for managing large programs. You can set the values low and programs will abort because they can't get the amount of RAM they request, or set the limits very high and the programs can get what they want, as long as the program can actually address that much RAM. &lt;BR /&gt; &lt;BR /&gt;maxdsiz_64 has been set to 3Gb which is fine because it is larger than maxdsiz (if it were less, then the lower number would be the limit for 32bit and 64bit programs). You can set maxdsiz_64 to 100Gb if you like. The amount or RAM and swap space then limit the largest 64bit program.&lt;BR /&gt; &lt;BR /&gt;Again, these are just limits and are not directly connected to RAM or swap. If a program exceeds a maxdsiz limit or a RAM+sweap limit, the result is exactly the same: out of RAM or program too big. For 32bit programs, there are many restrictions on the maximum amount of RAM that can be addressed, even when maxdsiz is very large.</description>
      <pubDate>Mon, 24 Oct 2005 08:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935279#M102514</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-10-24T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935280#M102515</link>
      <description>Thank you all for your usefull help. AR</description>
      <pubDate>Wed, 26 Oct 2005 13:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/out-of-memory/m-p/4935280#M102515</guid>
      <dc:creator>Alberto Rocha</dc:creator>
      <dc:date>2005-10-26T13:23:35Z</dc:date>
    </item>
  </channel>
</rss>

