Changes between Initial Version and Version 1 of Ticket #1650, comment 4


Ignore:
Timestamp:
Nov 7, 2012, 7:15:36 PM (12 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1650, comment 4

    initial v1  
    11Okay, back with some solid information this time.
    22
    3 Running test with my shared version of qBot-xp, the memory used at the beginning of the game is about 5MB. Template information is about 2MB (that's the amount of memory used by the AI script when there are no AIs on the map, and it only loads the templates).
     3Running test with my shared version of qBot-xp, the memory used at the beginning of the game is about 5MB. Template information is about 2.7MB (that's the amount of memory used by the AI script when there are no AIs on the map, and it only loads the templates).
    44However, AI memory use slowly goes up with each call to "GetRepresentation", which is kind of needed. The JS architecture is so that this remains unused in the heap, until it is GC (explaining the huge amount of GC in the AI heap).
    55