<?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 not continous in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919564#M285722</link>
    <description>Hi,&lt;BR /&gt;  Due to the AP vendor said that the memory not cotinue, so the program not starting correctly. But this is not sure the root cause. I just want to know, is it possible re-orginize memory to be contigue in HPUX ?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Tue, 02 Jan 2007 05:20:45 GMT</pubDate>
    <dc:creator>j773303</dc:creator>
    <dc:date>2007-01-02T05:20:45Z</dc:date>
    <item>
      <title>memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919562#M285720</link>
      <description>He Expert,&lt;BR /&gt;   I've a question about memory alloaction problem. When run a applicaion, it failed to starting may be due to no continue memory. The free memory is enough to run the AP, but AP need a continuous memory to allocate.&lt;BR /&gt;&lt;BR /&gt;   Is there any solution to let memory to be continue without reboot machine ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jan 2007 03:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919562#M285720</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2007-01-02T03:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919563#M285721</link>
      <description>Hi,&lt;BR /&gt;each process is allocated a certain amount of memory it can use.&lt;BR /&gt;See ulimit -a&lt;BR /&gt;&lt;BR /&gt;Why don't you allocate the amount of memory you need for the AP at the start of the program (i.e. use an array)&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jan 2007 04:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919563#M285721</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-02T04:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919564#M285722</link>
      <description>Hi,&lt;BR /&gt;  Due to the AP vendor said that the memory not cotinue, so the program not starting correctly. But this is not sure the root cause. I just want to know, is it possible re-orginize memory to be contigue in HPUX ?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Tue, 02 Jan 2007 05:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919564#M285722</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2007-01-02T05:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919565#M285723</link>
      <description>Hi,&lt;BR /&gt;the concept of contiguous memory is not really true, please see Bills answer in:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1054587" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1054587&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This referred thread is another example of why people should always complete threads detailing the solution. Would have been helpful for this case.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jan 2007 05:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919565#M285723</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-02T05:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919566#M285724</link>
      <description>j773303,&lt;BR /&gt;&lt;BR /&gt;Remember that shared memory can not bypass quadrants of memory in the system, there for either the company that created the Appl never study hp-ux architecture or you need to defragment your memory.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Tue, 02 Jan 2007 07:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919566#M285724</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-01-02T07:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919567#M285725</link>
      <description>Your vendor has not been very clear. Is the application failing to obtain local memory or shared memory? I will take a guess that it is shared memory and indeed there are issues with regard to 32bit applications and large amounts of shared memory. If root terminates programs with kill -9 (a terrible technique) then shared memory fragmentation is very common. The fix is to remove all unused shared memory segments, but if you do not know exactly which segments are unused, removing these segments will crash various programs.&lt;BR /&gt; &lt;BR /&gt;32bit programs have severe limitations for memory management, one of them being that a single shared memory map is used for all 32bit applications. So as applications are stopped and started, this map can become fragmented. The only way to prevent this is to use memory windows so each application has it's own memory map. This assumes that you are running on a supported version of HP-UX.</description>
      <pubDate>Tue, 02 Jan 2007 08:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919567#M285725</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-01-02T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919568#M285726</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;Someday I wish I can be as smart as you, those answers are worth money!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Tue, 02 Jan 2007 08:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919568#M285726</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-01-02T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: memory not continous</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919569#M285727</link>
      <description>Was this application ever able to get and attach the amount of contiguous memory it needs or is it a new application that has been recently installed on the machine and this is the first time that you are trying to run it?</description>
      <pubDate>Tue, 02 Jan 2007 12:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-not-continous/m-p/3919569#M285727</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-01-02T12:49:43Z</dc:date>
    </item>
  </channel>
</rss>

