High memory usage alert

Hi All,

we are facing a high memory usage alert in one of our server. We tried increasing the memory but still the memory is hitting to 90%. Need a support in troubleshooting which can possibly consume more memory. we have few time scripts and tag change scripts but most of them are basic python scripting. we have time script that uses system.device . restart function. can this cause memory leak? or what could be the possible reason.

There's many possibilities, but without you posting examples of your scripts, impossible to guess. It will require examination of code and scripts to potentially find the culprit.

Some possible contributors: are you using global variables/dictionaries

Could you have an infinite loop

Are you running gateway scripts outside of project libraries

For quickest resolution, open a support ticket and have IA examine your system. Will be difficult to pinpoint a cause here, unless you're prepared to start posting suspect scripts.