<?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: Setting Ulimit value more than 4 Gb in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207605#M464352</link>
    <description>Closing the thread..Thanks for all who replied</description>
    <pubDate>Wed, 04 Nov 2009 05:16:44 GMT</pubDate>
    <dc:creator>Vijaykumar_1</dc:creator>
    <dc:date>2009-11-04T05:16:44Z</dc:date>
    <item>
      <title>Setting Ulimit value more than 4 Gb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207601#M464348</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have a query regarding ulimit values and i need to set the mxdsize value to 4 GB.&lt;BR /&gt;&lt;BR /&gt;Im running Hp-UX 11.11 and my current vaues are as below..&lt;BR /&gt;&lt;BR /&gt;Parameter:      maxdsiz&lt;BR /&gt;Current:        0x40000000&lt;BR /&gt;Planned:        0X40000000&lt;BR /&gt;Default:        0x10000000&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;Version:        -&lt;BR /&gt;Dynamic:        No&lt;BR /&gt;&lt;BR /&gt;Parameter:      maxdsiz_64bit&lt;BR /&gt;Current:        0x80000000&lt;BR /&gt;Planned:        0X80000000&lt;BR /&gt;Default:        0x0000000040000000&lt;BR /&gt;Minimum:        -&lt;BR /&gt;Module:         -&lt;BR /&gt;Version:        -&lt;BR /&gt;Dynamic:        No&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone suggest me how much this"0x40000000" shows and what should be the modified value ?</description>
      <pubDate>Wed, 04 Nov 2009 03:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207601#M464348</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2009-11-04T03:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Ulimit value more than 4 Gb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207602#M464349</link>
      <description>Hi Vijay Kumar&lt;BR /&gt;&lt;BR /&gt;Check the below Thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1257307796816+28353475&amp;amp;threadId=1063391" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1257307796816+28353475&amp;amp;threadId=1063391&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Tks,&lt;BR /&gt;Johnson</description>
      <pubDate>Wed, 04 Nov 2009 04:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207602#M464349</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-04T04:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Ulimit value more than 4 Gb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207603#M464350</link>
      <description>&lt;!--!*#--&gt;Is your problem that you don't know how to&lt;BR /&gt;convert a hexadecimal value ("0x40000000") to&lt;BR /&gt;a decimal value, and back?&lt;BR /&gt;&lt;BR /&gt;      man dc&lt;BR /&gt;&lt;BR /&gt;rux #  echo '16 i 40000000 p' | dc&lt;BR /&gt;1073741824&lt;BR /&gt;&lt;BR /&gt;Looks to me like 1GiB.&lt;BR /&gt;&lt;BR /&gt;Want 4GiB in hex?&lt;BR /&gt;&lt;BR /&gt;rux # echo '16 o 16 i 40000000 4 * p' | dc&lt;BR /&gt;100000000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(If you need to ask this, should you be&lt;BR /&gt;changing kernel parameters?)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Check the below Thread&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;When citing a Forum thread URL, it can be&lt;BR /&gt;helpful to omit the "XX" in&lt;BR /&gt;"forumsXX.itrc.hp.com", and the whole&lt;BR /&gt;"admit=aaaa+bbbb+cccc" parameter.  (Leave the&lt;BR /&gt;"threadId=dddd" part.)</description>
      <pubDate>Wed, 04 Nov 2009 04:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207603#M464350</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-04T04:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Ulimit value more than 4 Gb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207604#M464351</link>
      <description>Thanks for the reply..My issue got solved..</description>
      <pubDate>Wed, 04 Nov 2009 05:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207604#M464351</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2009-11-04T05:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Ulimit value more than 4 Gb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207605#M464352</link>
      <description>Closing the thread..Thanks for all who replied</description>
      <pubDate>Wed, 04 Nov 2009 05:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207605#M464352</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2009-11-04T05:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Ulimit value more than 4 Gb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207606#M464353</link>
      <description>Can anyone suggest me how much this "0x40000000"&lt;BR /&gt;&lt;BR /&gt;Instead of using dc(1), you can use the real shell directly:&lt;BR /&gt;typeset -i10 x=16#40000000; echo $x&lt;BR /&gt;&lt;BR /&gt;&amp;gt;what should be the modified value?&lt;BR /&gt;&lt;BR /&gt;You can just type in 4 Gb in decimal.&lt;BR /&gt;&lt;BR /&gt;Your maxdsiz_64bit is only 2 Gb, so you'll have to increase that too.</description>
      <pubDate>Wed, 04 Nov 2009 07:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-ulimit-value-more-than-4-gb/m-p/5207606#M464353</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-04T07:17:51Z</dc:date>
    </item>
  </channel>
</rss>

