You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run simulate create 100000 SimObjects. Each object have fields value.
All object consume about 40 mb of memory, after delete all objects. only 30mb are free and still remaining about 10mb.
Are those fields values still keep in memory?
The engine uses a global string table. I can't be sure without checking, but I would bet that table is still holding a reference to your three values. Really the global table is a relic of the past and needs to be replaced.
It is also possible that something else is happening. We would need to investigate further.
I try to run simulate create 100000 SimObjects. Each object have fields value.
All object consume about 40 mb of memory, after delete all objects. only 30mb are free and still remaining about 10mb.
Are those fields values still keep in memory?
The text was updated successfully, but these errors were encountered: