AdmiralAnal Posted September 19, 2011 Share Posted September 19, 2011 I have TCA installed @ linux , but it uses a lot of resources. Is there a possibility to cache it ( like APC on php) to get better performance? Link to comment Share on other sites More sharing options...
AdmiralAnal Posted September 20, 2011 Author Share Posted September 20, 2011 anyone? Link to comment Share on other sites More sharing options...
LFA Posted September 20, 2011 Share Posted September 20, 2011 For better performance build the latest mono from source and configure tcadmin to use it: http://help.tcadmin.com/Mono#Build_from_Source If you have centos this command installs all packages required to build mono: yum install make glib2-devel libpng-devel libjpeg-devel giflib-devel libtiff-devel libX11-devel gcc-c++ fontconfig-devel bison gettextUncomment these lines in /home/tcadmin/Monitor/mono-config: #MONO_OPTIONS="--gc=sgen"; #MONO_GC_PARAMS="nursery-size=4m";sgen is faster and uses less resources but it still has a few bugs. Your monitor might crash randomly. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now