<?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: Linux vs. HP-UX memory comparison in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469552#M16022</link>
    <description>Hi Franky,&lt;BR /&gt;&lt;BR /&gt;you may use the command&lt;BR /&gt;#sysctl -a&lt;BR /&gt;to retrieve all active kernel parameters.&lt;BR /&gt;&lt;BR /&gt;To see buffermem you may use&lt;BR /&gt;#sysctl -a | grep buffermem&lt;BR /&gt;&lt;BR /&gt;To change the values of any kernel parameter you have to change /etc/sysctl.conf and issue the command&lt;BR /&gt;#sysctl -p&lt;BR /&gt;&lt;BR /&gt;To change buffermem, edit /etc/sysctl.conf and insert the line&lt;BR /&gt;vm.buffermem = xx yy zz&lt;BR /&gt;where xx yy zz are the new values.&lt;BR /&gt;&lt;BR /&gt;Display the actual ram distribution with the command&lt;BR /&gt;#free&lt;BR /&gt;&lt;BR /&gt;alter the buffermem parameter to the values that you want and execute the command free again to see the new configuration.&lt;BR /&gt;&lt;BR /&gt;Here you can find some old but yet useful information.&lt;BR /&gt;&lt;A href="http://ldp.rtin.bz/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec69.html" target="_blank"&gt;http://ldp.rtin.bz/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec69.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps you.&lt;BR /&gt;Xyko&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Jan 2005 08:00:40 GMT</pubDate>
    <dc:creator>xyko_1</dc:creator>
    <dc:date>2005-01-25T08:00:40Z</dc:date>
    <item>
      <title>Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469546#M16016</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Traditionally I'm working on HP-UX 11i platforms.  On these systems,  memory can be roughly divided (see Glance utility) in :&lt;BR /&gt;'System code', 'user code' and 'OS buffer cache'.&lt;BR /&gt;&lt;BR /&gt;Is there something like 'OS buffer cache' on Linux that can be tuned ?&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Mon, 24 Jan 2005 08:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469546#M16016</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-24T08:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469547#M16017</link>
      <description>I've been using both OS for a while now. I'm an HP-UX CSA.&lt;BR /&gt;&lt;BR /&gt;Some reading on the Linux side:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oreilly.com/catalog/spt2/chapter/ch04.html" target="_blank"&gt;http://www.oreilly.com/catalog/spt2/chapter/ch04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.puschitz.com/TuningLinuxForOracle.shtml" target="_blank"&gt;http://www.puschitz.com/TuningLinuxForOracle.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The links should start you off.&lt;BR /&gt;&lt;BR /&gt;I have found Linux less flexible and tunable than HP-UX. That may be due to my lower experience on the OS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Jan 2005 09:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469547#M16017</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-24T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469548#M16018</link>
      <description>I remember something about a new dynamic parameter (in 2.6 kernel series) that lets to set the memory space to be dedicated to disk buffers.&lt;BR /&gt;I hope other forumers here could give more informations.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2005 09:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469548#M16018</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2005-01-24T09:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469549#M16019</link>
      <description>Thanks for the answers so far, especially the one referring to the Oracle tuning tips on Linux.&lt;BR /&gt;&lt;BR /&gt;I'll leave this issue open in case others can add something to it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Franky.</description>
      <pubDate>Mon, 24 Jan 2005 10:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469549#M16019</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-24T10:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469550#M16020</link>
      <description>Hi Franky,&lt;BR /&gt;&lt;BR /&gt;you may configure how much of real memory will be used for io buffers.&lt;BR /&gt;&lt;BR /&gt;from redhat manuals at /proc/sys/vm you have :&lt;BR /&gt;&lt;BR /&gt;buffermem â   Allows you to control the percentage amount of total system memory to be used for buffer memory. Typical output for this file looks like this:&lt;BR /&gt;&lt;BR /&gt;2       10       60&lt;BR /&gt;&lt;BR /&gt;The first and last values set the minimum and maximum percentage of memory to be used as buffer memory, respectively. The middle value sets the percentage of system memory dedicated to buffer memory where the memory management subsystem will begin to clear buffer cache more than other kinds of memory to compensate for a general lack of free memory. &lt;BR /&gt;&lt;BR /&gt;see also sysctl command and /proc filesystem to dynamically configure kernel parameters.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;x</description>
      <pubDate>Mon, 24 Jan 2005 12:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469550#M16020</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-24T12:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469551#M16021</link>
      <description>Hello Xyko,&lt;BR /&gt;&lt;BR /&gt;Thanks for the certainly interesting response, however can you tell me again what the command exactly looks like to retrieve the min/max IO cache parms ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Franky</description>
      <pubDate>Tue, 25 Jan 2005 03:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469551#M16021</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-25T03:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469552#M16022</link>
      <description>Hi Franky,&lt;BR /&gt;&lt;BR /&gt;you may use the command&lt;BR /&gt;#sysctl -a&lt;BR /&gt;to retrieve all active kernel parameters.&lt;BR /&gt;&lt;BR /&gt;To see buffermem you may use&lt;BR /&gt;#sysctl -a | grep buffermem&lt;BR /&gt;&lt;BR /&gt;To change the values of any kernel parameter you have to change /etc/sysctl.conf and issue the command&lt;BR /&gt;#sysctl -p&lt;BR /&gt;&lt;BR /&gt;To change buffermem, edit /etc/sysctl.conf and insert the line&lt;BR /&gt;vm.buffermem = xx yy zz&lt;BR /&gt;where xx yy zz are the new values.&lt;BR /&gt;&lt;BR /&gt;Display the actual ram distribution with the command&lt;BR /&gt;#free&lt;BR /&gt;&lt;BR /&gt;alter the buffermem parameter to the values that you want and execute the command free again to see the new configuration.&lt;BR /&gt;&lt;BR /&gt;Here you can find some old but yet useful information.&lt;BR /&gt;&lt;A href="http://ldp.rtin.bz/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec69.html" target="_blank"&gt;http://ldp.rtin.bz/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap6sec69.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps you.&lt;BR /&gt;Xyko&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 08:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469552#M16022</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-25T08:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469553#M16023</link>
      <description>Also, be careful in your interpretation of the output of these commands.&lt;BR /&gt;&lt;BR /&gt;Linux has a lazy memory manager; it will not free used memory unless there is memory pressure. You can verify this by using "watch free" or a similar utility while running a noisy command (maybe a 4G file move?). So, don't be alarmed when your system seems to run at (what in hpux would be) high memory utilization.&lt;BR /&gt;&lt;BR /&gt;In other words, don't try to tune your linux system to have the same charastics as the hpux server you were using.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 09:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469553#M16023</guid>
      <dc:creator>Ted M Johnson_1</dc:creator>
      <dc:date>2005-01-25T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469554#M16024</link>
      <description>Thanks Xyko !&lt;BR /&gt;That was the information I was looking for.&lt;BR /&gt;&lt;BR /&gt;Ted,&lt;BR /&gt;Thanks for your feedback also. It's clear that HP-UX works differently regarding this matter. &lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Wed, 26 Jan 2005 03:27:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469554#M16024</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-26T03:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469555#M16025</link>
      <description>Xyko,&lt;BR /&gt;&lt;BR /&gt;One more question.&lt;BR /&gt;&lt;BR /&gt;There is no entry for buffermem in the sysctl -a output.&lt;BR /&gt;&lt;BR /&gt;Does this mean that the IO buffer cache is configured in another way, or is it set to the Linux default values whatever these may be ?&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Thu, 27 Jan 2005 03:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469555#M16025</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-27T03:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469556#M16026</link>
      <description>Hi Franky,&lt;BR /&gt;&lt;BR /&gt;what distro (linux) are you running ?&lt;BR /&gt;&lt;BR /&gt;Xyko</description>
      <pubDate>Thu, 27 Jan 2005 06:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469556#M16026</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-27T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469557#M16027</link>
      <description>Hi Xyko,&lt;BR /&gt;&lt;BR /&gt;Thanks for picking the question.&lt;BR /&gt;# uname -a&lt;BR /&gt;Linux apps12 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Franky&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 08:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469557#M16027</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-27T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469558#M16028</link>
      <description>Sorry Franky but thatâ  s not the information that I need.&lt;BR /&gt;&lt;BR /&gt;I need to know if you are running Fedora Core, Red Hat, Mandrake or any other flavor of linux distro and the release of it.&lt;BR /&gt;&lt;BR /&gt;Iâ  ll be waiting for you.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 27 Jan 2005 08:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469558#M16028</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-27T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469559#M16029</link>
      <description>Xyko,&lt;BR /&gt;&lt;BR /&gt;We are running with : &lt;BR /&gt;Red Hat Linux release 8.0 (Psyche)&lt;BR /&gt;Kernel 2.4.18-14 on an i686&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Thu, 27 Jan 2005 08:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469559#M16029</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-27T08:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469560#M16030</link>
      <description>Franky,&lt;BR /&gt;&lt;BR /&gt;I don't have any rh 8.0 to see what is happening.&lt;BR /&gt;&lt;BR /&gt;I suggest you to install kernel source and see the file /usr/src/linux/Documenation/sysctl/vm.txt&lt;BR /&gt;&lt;BR /&gt;This file documents all /proc parameters related to memory adjustment and more.&lt;BR /&gt;&lt;BR /&gt;Please, give us a feedback about that.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Thu, 27 Jan 2005 12:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469560#M16030</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-27T12:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469561#M16031</link>
      <description>Hello Xyko,&lt;BR /&gt;&lt;BR /&gt;Thanks for the tip.&lt;BR /&gt;&lt;BR /&gt;I checked the documentation on /usr/src/linux-2.4.18-14/Documentation/sysctl/vm.txt&lt;BR /&gt;&lt;BR /&gt;The txt file refers to the following /proc/sys/vm files&lt;BR /&gt;- bdflush&lt;BR /&gt;- buffermem&lt;BR /&gt;- freepages&lt;BR /&gt;- kswapd&lt;BR /&gt;- max_map_count&lt;BR /&gt;- overcommit_memory&lt;BR /&gt;- page-cluster&lt;BR /&gt;- pagecache&lt;BR /&gt;- pagetable_cache&lt;BR /&gt;but these files are actually present :&lt;BR /&gt; bdflush  &lt;BR /&gt; max_map_count  &lt;BR /&gt; min-readahead      &lt;BR /&gt; page-cluster&lt;BR /&gt; kswapd   &lt;BR /&gt; max-readahead  &lt;BR /&gt; overcommit_memory  &lt;BR /&gt; pagetable_cache&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 28 Jan 2005 03:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469561#M16031</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-28T03:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469562#M16032</link>
      <description>Hi Franky,&lt;BR /&gt;&lt;BR /&gt;I can't understand why buffermem is not present . All documentation about rh 8 refers to buffermem and I didn't find any reports of bugs or anything else that explains buffermem faulty ?&lt;BR /&gt;&lt;BR /&gt;I'm very sorry.&lt;BR /&gt;&lt;BR /&gt;I'll continue looking for that. I suggest you try to open a thread on a redhat forum (&lt;A href="http://www.redhat.com/mailman/listinfo/redhat-list/)" target="_blank"&gt;http://www.redhat.com/mailman/listinfo/redhat-list/)&lt;/A&gt; about that and, if possible, and return news to us.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Fri, 28 Jan 2005 06:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469562#M16032</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-28T06:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469563#M16033</link>
      <description>Hello Xyko,&lt;BR /&gt;&lt;BR /&gt;Thanks for all of your feedback.&lt;BR /&gt;It gave me a better insight into Linux memory topics.&lt;BR /&gt;&lt;BR /&gt;Please don't put anymore time in further research.&lt;BR /&gt;&lt;BR /&gt;At this moment the system is not running bad.  I'll check on other Linux systems that we have if they also miss a buffermem file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Franky&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 07:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469563#M16033</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-01-28T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux vs. HP-UX memory comparison</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469564#M16034</link>
      <description>Ok Franky,&lt;BR /&gt;&lt;BR /&gt;good luck for you.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Fri, 28 Jan 2005 08:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-vs-hp-ux-memory-comparison/m-p/3469564#M16034</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-28T08:50:52Z</dc:date>
    </item>
  </channel>
</rss>

