Jump to content

tcadmin restart monitor button


Recommended Posts

  • 3 weeks later...
  • 5 months later...

The monitor CPU spike is caused by duplicate processes on servers when the keep alive check is run quite commonly (found this once or twice)

 

The other time i found this issue was related to mono getting spammed with false positives. You can try doing this:

 

nano /home/tcadmin/Monitor/mono-config. Uncomment these 2 lines:

MONO_OPTIONS="--gc=sgen";

MONO_GC_PARAMS="nursery-size=4m";

 

nano /home/tcadmin/Monitor/TCAdminServiceManager.exe.config

 

Change this line:

<add key="TCAdmin.DisablePacketManager" value="False"/>

to:

<add key="TCAdmin.DisablePacketManager" value="True"/>

 

Then restart the monitor and service manager services:

/home/tcadmin/Monitor/monitor-service restart

/home/tcadmin/Monitor/serviceman-service restart

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use