the is slightly off topic:
when you increase the bits of a processor, the available ram is decreased.
so 2 gig on a 32 bit is only usable 1 gig on 64 bit.
so unless the code in javaVM at the machine level is taking advantage of
the 64 bit instruction set, you are not gaining anything.
What usually happens it the complied runtime is still using the 32 bit
instruction set, on a 64 bit cpu. until they go in and optimize the
machine code generated.


Walter Vaughan sent the following on 3/29/2007 8:00 AM:
> Is anyone working with ofBiz in 64 bit mode? I'm looking at
> configuring/leasing a server (dual quad core box), and to get the javaVM
> to use more than 2Gig of memory from what I've read, I need to run a 64
> bit JavaVM.
> 
> I know this probably is way overkill, but the cost is reasonable right
> now for these  servers, and we've got time to 'speriment, and if we have
> to,we can still run this stuff in 32bit mode.
> 
> -- 
> Walter
> 
> 
> 

Reply via email to