<?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: kernel parameters in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114107#M30974</link>
    <description>Perhaps you could state which linux os you run...?&lt;BR /&gt;&lt;BR /&gt;The answers you could expect to get without knowing more - is therefore very general answers.&lt;BR /&gt;&lt;BR /&gt;Some os's have system administrator tools which give you a user interface to changing system settings.&lt;BR /&gt;&lt;BR /&gt;You need to specify a bit more to get more specific answers&lt;BR /&gt;&lt;BR /&gt;/Tor-Arne</description>
    <pubDate>Wed, 12 Dec 2007 18:31:54 GMT</pubDate>
    <dc:creator>Tor-Arne Nostdal</dc:creator>
    <dc:date>2007-12-12T18:31:54Z</dc:date>
    <item>
      <title>kernel parameters in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114104#M30971</link>
      <description>1)How can we configure kernel parameters in linux os?&lt;BR /&gt;2)how can we know how much memory space is required by each individual part in linux os?</description>
      <pubDate>Mon, 10 Dec 2007 10:09:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114104#M30971</guid>
      <dc:creator>Nagashayana S.H.</dc:creator>
      <dc:date>2007-12-10T10:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114105#M30972</link>
      <description>1) Kernel parameters are generally configured using the '/proc/sys/' structure, and 'sysctl' (see the man page and '/etc/sysctl.conf').&lt;BR /&gt;&lt;BR /&gt;Some parameters can't be done this way, and need to be overridden using the boot loader (usually grub), using the 'append' lines in '/boot/grub/grub.conf'.&lt;BR /&gt;&lt;BR /&gt;What settings are you wanting to tweak?&lt;BR /&gt;&lt;BR /&gt;2) You're wondering how much memory individual componants of the kernel are taking up, as against how much a process is?&lt;BR /&gt;&lt;BR /&gt;Using 'ps' is good for most processes.  If you're running a modular kernel, 'lsmod' is your friend for finding out how much individual drivers are using.&lt;BR /&gt;&lt;BR /&gt;If you're running a monolithic kernel, err, well..  Not sure.. ;)</description>
      <pubDate>Mon, 10 Dec 2007 11:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114105#M30972</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-12-10T11:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114106#M30973</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There are some commonalities between distributions.I will speak of what I know which is Red Hat based Linux.&lt;BR /&gt;&lt;BR /&gt;/etc/sysctl.conf contains permanent kernel parameters which you can customize to your hearts content.&lt;BR /&gt;&lt;BR /&gt;Overwriting individual files in&lt;BR /&gt;/proc/sys/kernel&lt;BR /&gt;&lt;BR /&gt;Can temporarily change things.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Dec 2007 14:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114106#M30973</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-12-10T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114107#M30974</link>
      <description>Perhaps you could state which linux os you run...?&lt;BR /&gt;&lt;BR /&gt;The answers you could expect to get without knowing more - is therefore very general answers.&lt;BR /&gt;&lt;BR /&gt;Some os's have system administrator tools which give you a user interface to changing system settings.&lt;BR /&gt;&lt;BR /&gt;You need to specify a bit more to get more specific answers&lt;BR /&gt;&lt;BR /&gt;/Tor-Arne</description>
      <pubDate>Wed, 12 Dec 2007 18:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114107#M30974</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2007-12-12T18:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114108#M30975</link>
      <description>Hi,&lt;BR /&gt;   Please go through this below link this may help u in configuring the kernel parameters&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux.die.net/man/8/sysctl" target="_blank"&gt;http://linux.die.net/man/8/sysctl&lt;/A&gt;</description>
      <pubDate>Thu, 13 Dec 2007 04:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114108#M30975</guid>
      <dc:creator>Sitarama.H.N</dc:creator>
      <dc:date>2007-12-13T04:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: kernel parameters in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114109#M30976</link>
      <description>1)to change kernel parameters in linux OS edit file in /etc/sysctl.conf and you can run it online.&lt;BR /&gt;&lt;BR /&gt;2)What is your point? Is it application or any other software?&lt;BR /&gt;if It's oracle DB server it will use most of your memory.&lt;BR /&gt;Others application use their needed.&lt;BR /&gt;&lt;BR /&gt;But you can minimize your memory consumption by deactivating background services which is not needed. Unnecessary background services will occupied your system resources.</description>
      <pubDate>Thu, 13 Dec 2007 04:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-parameters-in-linux/m-p/4114109#M30976</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-13T04:18:39Z</dc:date>
    </item>
  </channel>
</rss>

