Searched refs:nCacheMax (Results 1 – 1 of 1) sorted by relevance
242 int nCacheMax; /* Configured cache size (in pages) */ member651 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsOpen()865 pFS->nCacheMax = 2048*1024 / pFS->nPagesize; in lsmFsSetPageSize()1083 if( pFS->pLruFirst==0 || pFS->nCacheAlloc<pFS->nCacheMax ){ in fsPageBuffer()