Re: java.lang.OutOfMemoryError with WODisplayGroup
Re: java.lang.OutOfMemoryError with WODisplayGroup
- Subject: Re: java.lang.OutOfMemoryError with WODisplayGroup
- From: Elizabeth Lynch <email@hidden>
- Date: Thu, 9 Oct 2003 01:12:06 +0100
Denis
You can increase the amount of memory available to the Java VM by
adding the app startup parameter:
-XmxNNNm
eg
-Xmx256m
to increase the memory to 256MB (I believe the default is 64MB).
However although that will probably fix the symptom, it may not be the
'correct' answer to the underlying problem; I expect others will be
able to offer suggestions on that.
Is it really the case that a WODisplayGroup runs out of memory
handling a table of between 3 and 6 thousand records? Is there
something I should be doing to increase the available memory? Does
the presence or absence of indexes, or the selection of a sort
sequence in the WODisplayGroup make a difference? It does not seem to
, but it occurred to me that the memory problem might crop up in
sorting.
Liz
---
Liz Lynch www.plsys.co.uk
P&L
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.