Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
In this case, I think it's system RAM available to keep in memory the stuff it needs to in order to do your processing.
Possible causes: Instatiating objects and not freeing up the memory
Logging large amounts of stuff to the test log that is not necessary
Opening VERY LARGE files into memory and processing them.
Possible causes: Instatiating objects and not freeing up the memory
Logging large amounts of stuff to the test log that is not necessary
Opening VERY LARGE files into memory and processing them.