<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
micheal wrote:
<blockquote cite="mid1107236352.6490.31.camel@Fedora3" type="cite">
  <pre wrap="">On Tue, 2005-02-01 at 11:44 +0800, Edward Yang wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">micheal wrote: 
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Mon, 2005-01-31 at 17:32 -0600, Gain Paolo Mureddu wrote:
  
      </pre>
      <blockquote type="cite">
        <pre wrap="">James Mckenzie wrote:

    
        </pre>
        <blockquote type="cite">
          <pre wrap="">However, this has nothing to do with the OPs problems with FC3 using up memory and we could take this to another thread.



 

      
          </pre>
        </blockquote>
        <pre wrap="">I couldn't agree more... I'll make another thread titled "Linux Sun's 
JVM needs improvement"

    
        </pre>
      </blockquote>
      <pre wrap="">Unless I am retarded, which I might be, I think the the amount of memory
taken up by a VM is specified in the command used to start the java VM
something like -Xs512M -Xi512M come to mind, which would set the minimum
and maximum memory taken up at 512 Megs, so the amount of memory used by
the VM is configurable,  what is not however is how the garbage
collector utilizes that memory.  I cannot think of a single command on
any OS for any JM that would tell you how much of the heap was utilized.


Just my blathering

MC 

  
      </pre>
    </blockquote>
    <pre wrap="">I don't have those two options in jdk.config. I do find the following
options in cbulder.config:

vmparam -Xms32m
vmparam -Xmx256m

So I wonder why the JVM instance invoked by CBX takes up more than
400mb memory?

-- 
fedora-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>
To unsubscribe: <a class="moz-txt-link-freetext" href="http://www.redhat.com/mailman/listinfo/fedora-list">http://www.redhat.com/mailman/listinfo/fedora-list</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What command did you use to determine the memory size,  I know that a
simple ps -ef|grep -i java will tell you the exact java command that is
lauched with all of the options

  </pre>
</blockquote>
I got the following two options after running ps -ef|grep -i java:<br>
<br>
--Xms32m -Xmx256m<br>
<br>
So that's exactly the same options in cbuilder.config. <br>
<br>
BTW, I get memory footprint values from the System Monitor tool.<br>
<br>
</body>
</html>