• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

can this tell us something of value?

Status
Not open for further replies.
Level 6
Joined
Jul 21, 2011
Messages
139
when you ctrl+alt+supr and you check how many KB of memory a map is using, lets say at the beginning its around 300k, if after a hour its at 500k, would it mean that there are leaks or something?
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
It could mean there are leaks, but that doesn't have to be the case.
Creating objects, running scripts, or in general just 'doing stuff' also increases the memory usage.
However: when units/effects get removed and variables get cleaned, it should return to a more-or-less stable memory usage.

If the game is (slowly) increasing its memory usage without anything significant happening, or if it isn't decreasing when something is done, that is an indication of a leak somewhere.

Your example (300k to 500k) doesn't really say much to me, as Warcraft III is usually around 120 000k for me :p
 
Status
Not open for further replies.
Top