<?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: Core in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555606#M886809</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;   I think, This some thing to do with kernel parameter. Please go thru the documents and correct it. Here I am attacj=hing one HTML, which will be helpfull to U.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
    <pubDate>Mon, 23 Jul 2001 09:02:23 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2001-07-23T09:02:23Z</dc:date>
    <item>
      <title>Core</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555602#M886805</link>
      <description>Hi All!&lt;BR /&gt; could you help me with message below:&lt;BR /&gt;what this means, please. &lt;BR /&gt;Thanx,&lt;BR /&gt;&lt;BR /&gt;Pid 5541 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;Memory fault(coredump)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2001 06:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555602#M886805</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2001-07-23T06:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Core</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555603#M886806</link>
      <description>I'd check your kernal parameters see below ..... then swap.&lt;BR /&gt;&lt;BR /&gt;What happens if a process cannot reserve swap?&lt;BR /&gt;&lt;BR /&gt;A process will be unable to start if it cannot reserve space within swap for it?s in use memory pages (core image).  A process unable to reserve swap will typically fail with one of these errors:- fork function failed&lt;BR /&gt;- errno 12 ENOMEM- not enough space&lt;BR /&gt;- process received SIGSEGV for stack growth failure&lt;BR /&gt;If any of the above errors is received then the first thing to check is that proper swap is available.   The best way to check for available swap is using&lt;BR /&gt;swapinfo ?ta and looking at the total line.  If  PCT USED is approaching 100% then more swap is probably needed.&lt;BR /&gt;&lt;BR /&gt;NOTE: The above errors can be attributed to causes other than insufficient swap: maxdsiz and maxssiz kernel parameters set too low could also cause the&lt;BR /&gt;above.</description>
      <pubDate>Mon, 23 Jul 2001 06:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555603#M886806</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-07-23T06:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Core</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555604#M886807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;your problem caused due to insufficient swap,&lt;BR /&gt;before increasing the swap just try by increasing the maxssiz &amp;amp; maxdsiz in kernel parameters, even these parameters also contribute to this error</description>
      <pubDate>Mon, 23 Jul 2001 07:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555604#M886807</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-23T07:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Core</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555605#M886808</link>
      <description>Memory Swap Subsystem&lt;BR /&gt;Overview of Memory Paging Parameters&lt;BR /&gt;&lt;BR /&gt;Configurable Parameters for Memory Paging:&lt;BR /&gt;&lt;BR /&gt;allocate_fs_swapmap &lt;BR /&gt;fixed or dynamic swap-data-structure allocation &lt;BR /&gt;maxswapchunks &lt;BR /&gt;maximum swap space configurable on the system &lt;BR /&gt;nswapdev &lt;BR /&gt;number of available swap devices &lt;BR /&gt;nswapfs &lt;BR /&gt;number of file systems available for swap &lt;BR /&gt;remote_nfs_swap &lt;BR /&gt;enable/disable swap to remote NFS &lt;BR /&gt;swapmem_on &lt;BR /&gt;enable/disable pseudo-swap reservation &lt;BR /&gt;swchunk &lt;BR /&gt;client swap-chunk size &lt;BR /&gt;&lt;BR /&gt;Variable-Page-Size Parameters:&lt;BR /&gt;&lt;BR /&gt;vps_ceiling &lt;BR /&gt;Maximum system-selected page size in Kbytes &lt;BR /&gt;vps_chatr_ceiling &lt;BR /&gt;Maximum chatr-selected page size in Kbytes &lt;BR /&gt;vps_pagesize &lt;BR /&gt;Default user page size in Kbytes &lt;BR /&gt;Process Management Subsystem&lt;BR /&gt;Overview of Process Management Parameters&lt;BR /&gt;&lt;BR /&gt;Configurable Parameters for Process Management:&lt;BR /&gt;&lt;BR /&gt;maxdsiz &lt;BR /&gt;maximum process data segment size &lt;BR /&gt;maxssiz &lt;BR /&gt;maximum process storage segment size &lt;BR /&gt;max_thread_proc &lt;BR /&gt;maximum number of threads that one process can create &lt;BR /&gt;maxtsiz &lt;BR /&gt;maximum process text segment size &lt;BR /&gt;maxuprc &lt;BR /&gt;maximum number of processes per user &lt;BR /&gt;nkthread &lt;BR /&gt;maximum number of kernel threads allowed on the system at same time &lt;BR /&gt;nproc &lt;BR /&gt;maximum number of processes system-wide &lt;BR /&gt;timeslice &lt;BR /&gt;time slice allocation between competing processes</description>
      <pubDate>Mon, 23 Jul 2001 08:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555605#M886808</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-07-23T08:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Core</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555606#M886809</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;   I think, This some thing to do with kernel parameter. Please go thru the documents and correct it. Here I am attacj=hing one HTML, which will be helpfull to U.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Mon, 23 Jul 2001 09:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core/m-p/2555606#M886809</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-23T09:02:23Z</dc:date>
    </item>
  </channel>
</rss>

