Re: Memory Allocation in Java
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 26 Aug 2006 08:03:33 -0700
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.
.
- Follow-Ups:
- Re: Memory Allocation in Java
- From: Christopher Smith
- Re: Memory Allocation in Java
- References:
- Memory Allocation in Java
- From: Christopher Smith
- Memory Allocation in Java
- Prev by Date: Memory Allocation in Java
- Next by Date: Re: Memory Allocation in Java
- Previous by thread: Memory Allocation in Java
- Next by thread: Re: Memory Allocation in Java
- Index(es):
Relevant Pages
|
|