Re: memory problem

2004-03-31 Thread Christopher Hylands Brooks
: memory problem Date: Wed, 31 Mar 2004 08:55:16 -0800 The culprit is apparently the Display actor, which internally uses a JTextArea, which is a known memory hog: A quick google search turns up: I can't believe this exists in Swing, but I've found that when I loaded a 2MB file into JTextArea

memory problem

2004-03-30 Thread Nilgun Fescioglu Unver
Hi, Sorry if you received this message for the second time.. I have a java.lang.OutOfMemory error problem with my model developed in Ptolemy II version 3.0.2. I am working on a model which uses an ArrayToken (of 180 tokens) and my actors change the value of the tokens in each iteration. As