<?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: Syslog: vmunix: kthread: table is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853551#M826083</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error is associated with the nkthread kernel parameter,&lt;BR /&gt;which specifies the maximum number of threads that all processes combined can&lt;BR /&gt;&lt;BR /&gt;run, system-wide, at any given time.&lt;BR /&gt;&lt;BR /&gt;You can increase the nkthread parameter or nproc, depending on how heavily threads are used by you application.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin</description>
    <pubDate>Wed, 27 Nov 2002 15:17:41 GMT</pubDate>
    <dc:creator>Armin Feller</dc:creator>
    <dc:date>2002-11-27T15:17:41Z</dc:date>
    <item>
      <title>Syslog: vmunix: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853549#M826081</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;does anyone know this message ? I cant find anything relate to it.&lt;BR /&gt;I think, it's not a problem with the file table. The 'nfile' parameters has been set to 3500 and the sar command tells me:&lt;BR /&gt;text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;N/A   N/A 207/276   0    0/476   0  1196/3512  0&lt;BR /&gt;Using HP-UX 11i on a N-Class machine with 4 GB Ram and 4 processors.&lt;BR /&gt;&lt;BR /&gt;Greetings</description>
      <pubDate>Wed, 27 Nov 2002 15:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853549#M826081</guid>
      <dc:creator>Krenzer</dc:creator>
      <dc:date>2002-11-27T15:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog: vmunix: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853550#M826082</link>
      <description>If you have glance, check the system tables report.  It will show you current and high water marks.  You should be able to identify and correct from there.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 27 Nov 2002 15:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853550#M826082</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-11-27T15:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog: vmunix: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853551#M826083</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error is associated with the nkthread kernel parameter,&lt;BR /&gt;which specifies the maximum number of threads that all processes combined can&lt;BR /&gt;&lt;BR /&gt;run, system-wide, at any given time.&lt;BR /&gt;&lt;BR /&gt;You can increase the nkthread parameter or nproc, depending on how heavily threads are used by you application.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin</description>
      <pubDate>Wed, 27 Nov 2002 15:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853551#M826083</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-11-27T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog: vmunix: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853552#M826084</link>
      <description>Processes that use threads for improved performance create multiple&lt;BR /&gt;copies of certain portions of their process space, which requires&lt;BR /&gt;memory space for thread storage as well as processor and system&lt;BR /&gt;overhead related to managing the threads. On systems running large&lt;BR /&gt;threaded applications, a large number of threads may be required. The&lt;BR /&gt;kernel parameter max_thread_proc limits the number of threads that a&lt;BR /&gt;single process can create, but there may be other threaded applications&lt;BR /&gt;on the system that also use a large number of threads or they may have&lt;BR /&gt;more modest requirements.&lt;BR /&gt;&lt;BR /&gt;nkthread limits the combined total number of threads that can be&lt;BR /&gt;running on the system at any given time from all processes on the&lt;BR /&gt;system. This value protects the system against being overwhelmed by a&lt;BR /&gt;large number of threads that exceeds normal, reasonable operation. It&lt;BR /&gt;protects the system against overload if multiple large applications are&lt;BR /&gt;running, and also protects the system from users who might maliciously&lt;BR /&gt;attempt to sabotage system operation by launching a large number of&lt;BR /&gt;threaded programs, causing resources to become unavailable for normal&lt;BR /&gt;system needs.&lt;BR /&gt;&lt;BR /&gt;The default value allows an average of two threads per process plus an&lt;BR /&gt;additional system allowance. If you need to use a larger value:&lt;BR /&gt;&lt;BR /&gt;     * Determine the total number of threads required by each threaded&lt;BR /&gt;       application on the system; especially any large applications.&lt;BR /&gt;&lt;BR /&gt;     * Determine how many and which of these will be running&lt;BR /&gt;       simultaneously at any given time.&lt;BR /&gt;&lt;BR /&gt;     * Add these together and combine with a reasonable allowance for&lt;BR /&gt;       other users or processes that might run occasionally using threads&lt;BR /&gt;       (nproc*2 might be a useful number).&lt;BR /&gt;&lt;BR /&gt;     * Select a value for nkthread that is large enough to accommodate the&lt;BR /&gt;       total, but not so large that it compromises system integrity.&lt;BR /&gt;&lt;BR /&gt;On large systems with many threaded applications running&lt;BR /&gt;simultaneously, some experimentation may be required while using system&lt;BR /&gt;process-monitoring tools and programs.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Nov 2002 15:19:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853552#M826084</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-11-27T15:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog: vmunix: kthread: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853553#M826085</link>
      <description>You've increased the wrong parameter. Usually you would want to increase "maxusers" because that would in turn increase ..&lt;BR /&gt;nproc = (20+8*maxusers)&lt;BR /&gt;and&lt;BR /&gt;nkthread = (((nproc*7)/4)+16)&lt;BR /&gt;The formula is from SAM.</description>
      <pubDate>Wed, 27 Nov 2002 15:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-vmunix-kthread-table-is-full/m-p/2853553#M826085</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-11-27T15:20:39Z</dc:date>
    </item>
  </channel>
</rss>

