@@ -3336,7 +3336,7 @@ void ResourceWatcherFSM::GetSystemMemoryStatus()
int tPid = it->first;
double tmp = GetMemoryUsageGB(it->first);
- if (tmp > 0.0)
+ if (tmp > 0.0 && tmp < 100)
{
processMem[tPid] = 100 * (tmp / totalMem);
}