Changes between Version 73 and Version 74 of installation_guide_rpm

Show
Ignore:
Timestamp:
11/20/13 15:53:37 (10 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_guide_rpm

    v73 v74  
    177177 
    178178 
     179== Configuring the frequency of reloading CRLs == 
     180To prevent the broker from reloading CRLs every one minute (what can result in performance degradation and long response time) please set the ''org.globus.jglobus.crl.cache.lifetime'' property in the ''cog.configuration'' file. The value of the property is the number of miliseconds after which the list of CRLs should be refreshed. 
     181 
     182{{{ 
     183#!div style="font-size: 90%" 
     184{{{#!sh 
     185mkdir -p ~/.globus 
     186echo "org.globus.jglobus.crl.cache.lifetime=3600000" > ~/.globus/cog.properties 
     187}}} 
     188}}} 
     189 
     190 
    179191== QCG Broker resource providers setup == 
    180192'''Note:''' All changes should be made as 'qcg-broker' user: