zuzzabuzz
01-07-2005, 05:36 PM
Hi folks. Running Modeler 8.0 (and 8.0.1) on WinXP SP2, I've noticed in the Task Manager that Modeler's memory usage grows and grows when I display the GUI I've been working on. I thought it was just my script, but it seems to be all lscripts with a GUI. Run the following code, and watch modeler in the task manager.
The memory growth will stop if modeler loses focus.
Can anyone else reproduce this? Could be a bug. Going to test it on my powerbook next.
@version 2.2
@warnings
@script modeler
main
{
options();
}
options{
reqbegin("Memory leak?");
c0 = ctlinteger("Integer Control",1);
return if !reqpost();
reqend();
}
The memory growth will stop if modeler loses focus.
Can anyone else reproduce this? Could be a bug. Going to test it on my powerbook next.
@version 2.2
@warnings
@script modeler
main
{
options();
}
options{
reqbegin("Memory leak?");
c0 = ctlinteger("Integer Control",1);
return if !reqpost();
reqend();
}