Re: Memory Allocation in Java



Christopher Smith wrote:
....
Problem: I have a large array of floating point numbers
....
..... Which obviously
consumes a lot of memory -- somewhere on the order of 500 MB, if 32-bit
floating point.

Note that you can increase the memory available to
a Java process. See the -Xms/-Xmx flags.
<http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html#Xms>

Andrew T.

.



Relevant Pages