Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: java.lang.OutOfMemoryError: Java heap space

    No problem. Did you get it figured out?
  2. Re: java.lang.OutOfMemoryError: Java heap space

    Without knowing your algorithm, I can't really tell you how to optimize it.

    The thing is, even with optimization, if you're storing all of the pixels (why a 3D array?), you're going to run out of...
  3. Re: java.lang.OutOfMemoryError: Java heap space

    That is pretty expected, if you're doing things like storing millions of Objects based on each pixel of a large image. I'd look at modifying your algorithm to be as efficient as possible (this is one...
Results 1 to 3 of 3