Current Forum: Homework 3 Forum |
Date: Thu Sep 27 2001 6:18 pm |
Author: Cipriani, Jason A. <jac4@andrew.cmu.edu> |
Subject: Re: out of memory error |
|
|
the "java" option:
-Xmxsize_in_bytes
will set the maximum heap size. according to the little java usage screen, the default is 24MB. and according to emacs, my program runs out of memory approximately 4% of the way throught the document (egad!)...
i'm sure there's some size optimizations i can make, but i don't think i can do ANYTHING that will bring my program even close to making it to the end of the document.
i don't think its a stack problem, because the maximum recursive depth in my implementation is the number of letters in the longest word... not very deep at all.
any suggestions?
jason |
|