Re: Java out of memory
Zak Burke <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Ed Herd wrote on 3/24/06 1:33 PM: > I just purchased more memory for my development system; because, I was > getting Out of Memory Exceptions. I didn't seem to help. I'm sure this > is easy to fix, but I'm unable to find the solution. Can anybody help? You can add "-Xms64M -Xmx256M" in the "additional arguments" section of WOMonitor to set the min/max RAM request to 64/256 MB. It also works on the command line. I think the MacOS Java implementation maxes out around 2 GB, i.e. -Xmx2048M. zak.