Decrease Memory Usage and Improve Load Times

Post Reply
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Decrease Memory Usage and Improve Load Times

Post by Masher »

I have this in a batch file to run everytime I install a new version of the panel. The web panel will load considerably faster and the panel/monitor should use about 10% less RAM. Of course you'll need to update the paths to point to your UGCC.dll and ugccmonsvc.exe for it to work correctly. Enjoy!

Code: Select all

cd %WINDIR%\Microsoft.NET\Framework\v2.0.50727
ngen install c:\inetpub\ugcc\bin\UGCC.dll
ngen install "c:\program files\ugccmon\ugccmonsvc.exe"
pause

Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply