#include <Basics.H>
#include <ReadConfig.H>
#include <CacheConfig.H>
#include "CacheConfigServer.H"
Go to the source code of this file.
Functions | |
int | Config_MaxRunning (1000) |
int | Config_MaxBlocked (1000) |
int | Config_WeedPauseDur (0) |
int | Config_MaxCacheLogCnt (500) |
int | Config_MPKFileFlushNum (20) |
int | Config_FlushWorkerCnt (5) |
int | Config_FlushNewPeriodCnt (1) |
int | Config_PurgeWarmPeriodCnt (2) |
int | Config_EvictPeriodCnt (3) |
bool | Config_FreeAggressively (false) |
bool | Config_ReadImmutable (true) |
bool | Config_KeepNewOnFlush (false) |
bool | Config_KeepOldOnFlush (false) |
Variables | |
const int | Config_FreePauseDur |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: ReadConfig::IntVal(Config_CacheSection, "FreePauseDur") Definition at line 29 of file CacheConfigServer.C. Referenced by CacheS_DoFreeMPKFiles(). |