FLAIM Change. Enhancements to reduce the overhead of growing and shrinking roll-forward and roll-back log files.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@688 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1265,6 +1265,9 @@ RCODE flmAllocFile(
|
||||
pFile->uiFFileId = gv_FlmSysData.uiNextFFileId++;
|
||||
pFile->pCPInfo = NULL;
|
||||
pFile->uiFileExtendSize = DEFAULT_FILE_EXTEND_SIZE;
|
||||
pFile->uiRflFootprintSize = DEFAULT_RFL_FOOTPRINT_SIZE;
|
||||
pFile->uiRblFootprintSize = DEFAULT_RBL_FOOTPRINT_SIZE;
|
||||
|
||||
pFile->krefPool.poolInit( 8192);
|
||||
|
||||
// Allocate a buffer for writing the database header
|
||||
|
||||
Reference in New Issue
Block a user