<?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 Tunable Kernel Parameters for Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821909#M2710</link>
    <description>Does any knows of any white papers or howto on "Tunable kernel parameters for Linux". Thanks.</description>
    <pubDate>Wed, 09 Oct 2002 13:05:20 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2002-10-09T13:05:20Z</dc:date>
    <item>
      <title>Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821909#M2710</link>
      <description>Does any knows of any white papers or howto on "Tunable kernel parameters for Linux". Thanks.</description>
      <pubDate>Wed, 09 Oct 2002 13:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821909#M2710</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-10-09T13:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821910#M2711</link>
      <description>Have you read "Understanding the Linux Kernel" by O'really ?&lt;BR /&gt;&lt;BR /&gt;Or do you need something like below ?&lt;BR /&gt;&lt;BR /&gt;memory loss&lt;BR /&gt;Skill: B - Jul 14, 1999&lt;BR /&gt;If you've ever seen the error "unable to allocate dma buffer" or "/dev/dsp: out of memory" then what has happened is the kernel cannot allocate memory for the dsp (memory under 16 meg) you can fix this problem by recompiling the kernel and selecting persistant dma buffer in the sound...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;net-pf-what!?&lt;BR /&gt;Skill: B - Jul 14, 1999&lt;BR /&gt;Tired of seeing: &lt;BR /&gt;&lt;BR /&gt;modprobe: can't locate module net-pf-4 &lt;BR /&gt;modprobe: can't locate module net-pf-5 &lt;BR /&gt;&lt;BR /&gt;add the following two lines to &lt;BR /&gt;/etc/conf.modules to disable IPX &amp;amp; Appletalk &lt;BR /&gt;&lt;BR /&gt;alias net-pf-4 off &lt;BR /&gt;alias net-pf-5...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Did you know?&lt;BR /&gt;Skill: B - Jul 14, 1999&lt;BR /&gt;Many kernel options are runtime configurable from /proc/sys &lt;BR /&gt;&lt;BR /&gt;Here's a fun one: &lt;BR /&gt;echo 1 &amp;gt; /proc/sys/net/ipv4/icmp_echo_ignore_all &lt;BR /&gt;&lt;BR /&gt;(ignore all ping...&lt;BR /&gt;&lt;BR /&gt;Let me kwon how can help you ?&lt;BR /&gt;&lt;BR /&gt;Roberto</description>
      <pubDate>Wed, 09 Oct 2002 13:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821910#M2711</guid>
      <dc:creator>Roberto_30</dc:creator>
      <dc:date>2002-10-09T13:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821911#M2712</link>
      <description>Roberto,&lt;BR /&gt;I just want to be able to look up a list of parameters and short description of it, such as max number of file you can open,  amount of resources each user can have(spawning thread), etc....Is there a howto or white paper on this? Thanks.</description>
      <pubDate>Wed, 09 Oct 2002 16:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821911#M2712</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-10-09T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821912#M2713</link>
      <description>Will kernel documentation do?&lt;BR /&gt;&lt;BR /&gt;In the kernel-documentation RPM (in RedHat atleast), there should be a directory called 'sysctl'.  This has 4 text files in it documenting tunable parameters for different subsystems (kernel, file systems, virtual machine, sunrpc).&lt;BR /&gt;&lt;BR /&gt;Most of the tunable options are listed in these files, and descriptions of what each option actually does.&lt;BR /&gt;&lt;BR /&gt;These can all be manipulated using the 'sysctl' utility, or by forwarding data into the /proc/sys/ virtual files.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 09 Oct 2002 22:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821912#M2713</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2002-10-09T22:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821913#M2714</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You may set some kernel parameters by "sysctl" command.&lt;BR /&gt;If you want to know what you can set?, use "sysctl -a" to see all the values.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Oct 2002 01:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821913#M2714</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-10-10T01:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821914#M2715</link>
      <description>Hi,&lt;BR /&gt;Read my attachment.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 10 Oct 2002 04:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821914#M2715</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-10T04:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821915#M2716</link>
      <description>Hi,&lt;BR /&gt;Read my attachment.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 10 Oct 2002 04:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821915#M2716</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-10T04:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tunable Kernel Parameters for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821916#M2717</link>
      <description>Hi,&lt;BR /&gt;Read my attachment.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 10 Oct 2002 04:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tunable-kernel-parameters-for-linux/m-p/2821916#M2717</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-10T04:31:09Z</dc:date>
    </item>
  </channel>
</rss>

