Re: CPU hogging apps
Tom Blenko <[email protected]> Mon, 19 Jul 2004 14:01:26 -0700
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
> I know about Java Heap Size options and we have them set quite high. > Does > not seem to make any difference. And there are no OutOfMemory > exceptions in log > files. In fact, there are no exceptions. I doubt that your problem comes from exhausting memory, but... if it did, OutOfMemory might not be the first error you saw, indeed you might never see it at all once the process begins thrashing. You might see other errors and exceptions that didn't make much sense because they look like coding problems but they never appear until/unless the process begins to thrash. Tom