> From: Joe Nathan [mailto:jowen4077@(protected)]
> Subject: Re: Tomcat with 8 GB memory
>
> 8GB means you are using 64 bit machine which will be much
> slower than 32 bit machines.
Neither conclusion is true. We have 8 GB machines using 32-bit CPUs,
and proper 64-bit systems (those that are not IA64 based) are pretty
much always faster than IA32.
> In Java, if you use lots of memory and create lots of objects,
> your Java applications will have periodic seisures! This is
> because of garbage collection will take significant time, if
> started.
The above is also not true. The time taken for a garbage collection
(even a full one) is pretty much independent of the size of the heap; it
is very dependent on the number of live objects in the heap, which tends
to be relatively constant for any given application.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)