From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,250dad5a807b9ca8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-16 04:09:15 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: JVM News Date: Sun, 16 Feb 2003 13:09:13 +0100 Organization: Enyo -- not your organization Message-ID: <87smuo4ec6.fsf@deneb.enyo.de> References: <3E4439BD.E9F65671@easystreet.com> <45fn4v02qogsiv58aj7rhsog2pkudvae59@4ax.com> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1045397319 5278 212.9.189.171 (16 Feb 2003 12:08:39 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 16 Feb 2003 12:08:39 GMT Cancel-Lock: sha1:DnX5K7PIK4rIYL9uAYRZuVDLKpY= Xref: archiver1.google.com comp.lang.ada:34151 Date: 2003-02-16T12:08:39+00:00 List-Id: "Marin David Condic" writes: > 35-40 meg for a "Hello World" app? The address space for Hello World on Solaris 9/SPARC is 43 MiB. Of that, slightly more than 8 MiB are actually memory-resident. (This is the HotSpot Client VM, build 1.4.1_01-b01.) Execution time is 0.34 seconds on a reasonably current machine. You can squeeze this to 0.27 seconds if you use a previous version of the JVM (1.4.0), but this one requires 11 MiB of residental memory.