<?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: memory problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858028#M95391</link>
    <description>If you dont have Glance or Perfview better use top. Top by default gives 16 process so use top with -n (no process) -f (File_name). .&lt;BR /&gt;no of process you can find by putting a count on "ps".&lt;BR /&gt;This top redirects output to a file and the  you can see the user running the process, how much memory is used what is the NICE etc..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
    <pubDate>Thu, 05 Dec 2002 23:29:45 GMT</pubDate>
    <dc:creator>Rajeev  Shukla</dc:creator>
    <dc:date>2002-12-05T23:29:45Z</dc:date>
    <item>
      <title>memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858023#M95386</link>
      <description>Is there a anyway I can see what is in the system memory.&lt;BR /&gt;&lt;BR /&gt;We've receintly been running out of lockable memory.&lt;BR /&gt;&lt;BR /&gt;eg: yesterday at about 15:20 ran the following&lt;BR /&gt;&lt;BR /&gt;echo "lockable_mem/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;and got&lt;BR /&gt;lockable_mem:   123790 free pages&lt;BR /&gt;&lt;BR /&gt;ran the command again this morning @ 8:20 and go&lt;BR /&gt;&lt;BR /&gt;lockable_mem:   82920&lt;BR /&gt;&lt;BR /&gt;How can I check to see what is taking up the space.&lt;BR /&gt;&lt;BR /&gt;I'm a first timer - Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 01:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858023#M95386</guid>
      <dc:creator>Arman Mahboobi</dc:creator>
      <dc:date>2002-12-05T01:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858024#M95387</link>
      <description>The simple one would be to see in "dmesg" command or "swapinfo" command.&lt;BR /&gt;Or write a C program to extract data from pst_static structure and get the data by printing &lt;BR /&gt;printf("physical_memory: %lu\n", pst.physical_memory);&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Thu, 05 Dec 2002 02:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858024#M95387</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-05T02:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858025#M95388</link>
      <description>Run top or if you have glance plus use that or use sar to see the memory usage by process.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;rajeev</description>
      <pubDate>Thu, 05 Dec 2002 03:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858025#M95388</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-05T03:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858026#M95389</link>
      <description>What is the value of nproc on the system.Be sure that the value is not too high which reduces the lockable memory.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Dec 2002 04:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858026#M95389</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-05T04:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858027#M95390</link>
      <description>Thanks Rajeev - however I would like to know "what" is in memory (like top or glance) rather than how much memory is free or used.&lt;BR /&gt;&lt;BR /&gt;T G - the kernel tunables for memory are set to the default formulas which mostly depend on maxusers.&lt;BR /&gt;&lt;BR /&gt;Could it be some sort of caching or buffering, I have lost another 40 mb of lockable memory since last night?</description>
      <pubDate>Thu, 05 Dec 2002 22:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858027#M95390</guid>
      <dc:creator>Arman Mahboobi</dc:creator>
      <dc:date>2002-12-05T22:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: memory problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858028#M95391</link>
      <description>If you dont have Glance or Perfview better use top. Top by default gives 16 process so use top with -n (no process) -f (File_name). .&lt;BR /&gt;no of process you can find by putting a count on "ps".&lt;BR /&gt;This top redirects output to a file and the  you can see the user running the process, how much memory is used what is the NICE etc..&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Thu, 05 Dec 2002 23:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-problem/m-p/2858028#M95391</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-05T23:29:45Z</dc:date>
    </item>
  </channel>
</rss>

