<?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: error cannot perform realloc in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297069#M183152</link>
    <description>realloc - sounds like a driver issue.  have you searched itrc under patches for 10.20 ?&lt;BR /&gt;&lt;BR /&gt;maybe there is an LVM patch - something to do with adding drives ?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Jun 2004 07:21:23 GMT</pubDate>
    <dc:creator>D Block 2</dc:creator>
    <dc:date>2004-06-07T07:21:23Z</dc:date>
    <item>
      <title>error cannot perform realloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297067#M183150</link>
      <description>running a hp visualize B2000 workstation with 10.20 installed. Use it as a test station for tape drives over a SCSI bus. The system did quite happily run 6 drives now runs &amp;gt; 1 get the above error. &lt;BR /&gt;Cannot see anything obviouse &lt;BR /&gt;&lt;BR /&gt;idea's thoughts appreciated</description>
      <pubDate>Sun, 06 Jun 2004 07:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297067#M183150</guid>
      <dc:creator>billy_bunter</dc:creator>
      <dc:date>2004-06-06T07:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: error cannot perform realloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297068#M183151</link>
      <description>What program is running when this happens?&lt;BR /&gt;&lt;BR /&gt;My initial guess would be that you have run out of swap space or that the kernel tunable 'maxdsiz' is set too small.  However this could also be something unrelated, such as an improper computation of how much memory to realloc.&lt;BR /&gt;&lt;BR /&gt;Is there anything interesting in the output from /sbin/dmesg or in /var/adm/syslog/syslog.log?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jun 2004 23:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297068#M183151</guid>
      <dc:creator>doug hosking</dc:creator>
      <dc:date>2004-06-06T23:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: error cannot perform realloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297069#M183152</link>
      <description>realloc - sounds like a driver issue.  have you searched itrc under patches for 10.20 ?&lt;BR /&gt;&lt;BR /&gt;maybe there is an LVM patch - something to do with adding drives ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 07:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297069#M183152</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2004-06-07T07:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: error cannot perform realloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297070#M183153</link>
      <description>realloc is a system call to change extra memory allocation needed by a program. To prevent some programs from using all available memory, the kernel parameter maxdsiz limits the maximum amount allowed. Programs that exceed this limit will be signaled with an enomem (not enough memory available) error. Check the size of maxdsiz--the default is only 64megs, fairly small with some of today's programs. If your programs have not changed recently (config file, task sizes, etc) then look at swap space. If you're running more copies of the programs and you exceed RAM, swap space will be used and once out of swap space, the same error will occur.</description>
      <pubDate>Mon, 07 Jun 2004 08:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297070#M183153</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-06-07T08:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: error cannot perform realloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297071#M183154</link>
      <description>Further to Bill's excellent email above - what has changed recently on your 10.20 box?  Has someone done a patch upgrade etc.?  Has someone removed/resized swap space?  Has anyone played with Kernel configs?   If this leads to naught, check for patches that you don't have and probably should - get them and install them.&lt;BR /&gt;&lt;BR /&gt;Check these things before anything else.  Bill is quite correcct about realloc running out a swap...</description>
      <pubDate>Mon, 07 Jun 2004 16:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297071#M183154</guid>
      <dc:creator>Ross Barton</dc:creator>
      <dc:date>2004-06-07T16:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: error cannot perform realloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297072#M183155</link>
      <description>Further to my previous email.   What's your swap space usage like?   Has someone built a piece of code (perhaps that runs multiple processes) that has a memory leak and is eating up your swap space?   Is the box paging much?&lt;BR /&gt;&lt;BR /&gt;Use glance (the HP-UX Measureware suite) to check swap usage and examine what suspicious processes are doing.  &lt;BR /&gt;&lt;BR /&gt;For more info do a man on realloc - you'll find it's from the malloc(3C) group of C functions, part of the C standard library - and it might prompt you to think of other possible courses of action.</description>
      <pubDate>Mon, 07 Jun 2004 16:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-cannot-perform-realloc/m-p/3297072#M183155</guid>
      <dc:creator>Ross Barton</dc:creator>
      <dc:date>2004-06-07T16:06:09Z</dc:date>
    </item>
  </channel>
</rss>

