On Sat, Dec 30, 2000 at 12:20:48PM +0000, Adam Langley wrote:
<> 
> class MemTest {
>       public static void main (String[] args) {
>               System.out.println ("Sleeping");
>               try {
>                       java.lang.Thread.sleep (9000000);
>               } catch (java.lang.InterruptedException e) {
>               }
>       }
> }
> 
> gives:
> 
> VmSize:          88732 kB
> VmLck:               0 kB
> VmRSS:            6152 kB
> VmData:          83812 kB
> VmStk:             260 kB
> VmExe:              16 kB
> VmLib:            4444 kB
> 
> 83MB data without doing anything! (and 5 threads I might add). Shit,
> that's a bloated JVM:

I don't get this, "only" (?!?!) around 6 megs usage for similiar code. But
then I have never seen Fred eat more than 30-35 megs on my computer (I
know, still nuts).

You have to wonder what the jvm people are thinking. How can java possibly
be a useful tool if every program running takes several megs just to start
the jvm???

> java version "1.3.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
> Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20000815 (JIT enabled: jitc))

java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20000605 (JIT enabled:
jitc))


> 
> AGL
> 
> -- 
> There is no grief which time does not lessen and soften.



-- 
'DeCSS would be fine. Where is it?'
'Here,' Montag touched his head.
'Ah,' Granger smiled and nodded.

Oskar Sandberg
[EMAIL PROTECTED]

_______________________________________________
Freenet-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to