<?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: brk() failed with operating system error 12 (Not enough space) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553829#M886418</link>
    <description>Also the list of errors is in /usr/include/sys/errno.h where in system Error 12 (ENOMEM) indicates that there is not enough core ? Your problem looks like nothing to do with the filesystems space.&lt;BR /&gt;&lt;BR /&gt;You may try rebooting the system.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Tue, 17 Jul 2001 15:09:42 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2001-07-17T15:09:42Z</dc:date>
    <item>
      <title>brk() failed with operating system error 12 (Not enough space)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553826#M886415</link>
      <description>Running HP-UX 11.0 and Ingres 2.5. I am receiving an error message brk() failed with operating system error 12 (Not enough space).</description>
      <pubDate>Tue, 17 Jul 2001 14:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553826#M886415</guid>
      <dc:creator>Elliott Moskowitz</dc:creator>
      <dc:date>2001-07-17T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: brk() failed with operating system error 12 (Not enough space)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553827#M886416</link>
      <description>Hi Elliot &lt;BR /&gt;&lt;BR /&gt;HOw does dmesg look ? Does it report any files systems full , also bdf would give you some clues. It looks like some tmp directory is getting filled , please check or may be release space.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 17 Jul 2001 15:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553827#M886416</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-17T15:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: brk() failed with operating system error 12 (Not enough space)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553828#M886417</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Error-12 is a not enough memory error.  You man need to configure more swapspace and or set 'swapmem_on=1'.  Check you swap utilization with 'swapinfo -ta'.  It is also possible that your appication may need more stack space.  You may need to increase the kernel 'maxdsiz'.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 17 Jul 2001 15:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553828#M886417</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-17T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: brk() failed with operating system error 12 (Not enough space)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553829#M886418</link>
      <description>Also the list of errors is in /usr/include/sys/errno.h where in system Error 12 (ENOMEM) indicates that there is not enough core ? Your problem looks like nothing to do with the filesystems space.&lt;BR /&gt;&lt;BR /&gt;You may try rebooting the system.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 17 Jul 2001 15:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553829#M886418</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-17T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: brk() failed with operating system error 12 (Not enough space)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553830#M886419</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ENOMEM (12) is the classic errno set by malloc(), calloc(), or one of its cousins. It is a request for more dynamic memory allocation. These functions in turn call brk(). Dollars to donuts maxdsiz is too small. You need to increase the value and rebuild the kernel. You may also need to increase swap but this is more typical of maxdsiz. Of course, the other thing that can cause this is a request for a huge amount of memory because of a programming error or a bad applications parameter or environment variable.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Tue, 17 Jul 2001 15:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/brk-failed-with-operating-system-error-12-not-enough-space/m-p/2553830#M886419</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-17T15:15:17Z</dc:date>
    </item>
  </channel>
</rss>

