Hi,
I have a problem when I am running my model in opensees.
I have a loop where certain analysis is repeated inside. When I increase the number of loop increments I get the "out of memory" error while I don't have it if the number of the loop increment is lower than a certain value. Even when I run the same problem three times, opensees turned off automatically.
Is there a memory limit on server? What is the problem?
Thanks,
Majid
Memory Error
Moderators: silvia, selimgunay, Moderators
Re: Memory Error
no .. it could be a memory leak or a windows problem .. create a very small model with same material types, recorders and analysis options and watch the memory usage of the program .. if it keeps increasing post the script .. it is a lot easier to debug the problem if it is small .. of course ake sure yo are not also growing things, e.g. lists, inside tcl yourself.
Re: Memory Error
Thanks Frank,
It seems that the memory usage keeps increasing. My model is very simple it is only one element.
Here is the script.
It seems that the memory usage keeps increasing. My model is very simple it is only one element.
Here is the script.
Last edited by majid-OS on Mon Aug 22, 2011 12:24 pm, edited 1 time in total.
Re: Memory Error
Hi Frank,
Did you get a chance to look at my script to see where the source memory error is?
Thanks,
Majid
fmk wrote:
> no .. it could be a memory leak or a windows problem .. create a very small
> model with same material types, recorders and analysis options and watch
> the memory usage of the program .. if it keeps increasing post the script
> .. it is a lot easier to debug the problem if it is small .. of course ake
> sure yo are not also growing things, e.g. lists, inside tcl yourself.
Did you get a chance to look at my script to see where the source memory error is?
Thanks,
Majid
fmk wrote:
> no .. it could be a memory leak or a windows problem .. create a very small
> model with same material types, recorders and analysis options and watch
> the memory usage of the program .. if it keeps increasing post the script
> .. it is a lot easier to debug the problem if it is small .. of course ake
> sure yo are not also growing things, e.g. lists, inside tcl yourself.