Logo Platform
logo amplifiers simplified

Fatal error in GC: to many Heap Sections

Reply
Copied to clipboard!
0Send private message
12 years ago
Aug 25, 2012, 9:28:24 AM
GC = Garbage Collector.

an increase of the Heap Size or the max number of them should fix that problem.

But i don´t know how to or if it is even possible to change the settings.

Could be that it is dynamic with the size of your RAM installed.
0Send private message
12 years ago
Aug 25, 2012, 9:36:52 AM
Believe I blundered into the problem.



I had taken out the following lines from "TechPlayerStart" planning on redistributing them, but I never did.





[CODE]







[/CODE]
0Send private message
12 years ago
Aug 25, 2012, 9:38:37 AM
Dagobert wrote:
GC = Garbage Collector.

an increase of the Heap Size or the max number of them should fix that problem.

But i don´t know how to or if it is even possible to change the settings.

Could be that it is dynamic with the size of your RAM installed.




I probably ended up creating a loop with the AI, is my guess if what you say is correct. Thank you for the input.
0Send private message
12 years ago
Aug 25, 2012, 3:18:37 PM
IIRC I ran into this a few days ago...had to do with the absence of AIPreferences, I think. So you're probably right (we put a bandaid on it by adding placeholder prefs)
0Send private message
?

Click here to login

Reply
Comment