persistentstorage/sql/SRC/Server/SqlSrvConfig.h
branchRCL_3
changeset 15 fcc16690f446
parent 9 667e88a979d7
child 23 26645d81f48d
equal deleted inserted replaced
14:04ec7606545c 15:fcc16690f446
    48 	{
    48 	{
    49 	enum {KConfigPrmValueNotSet = -1};//iCacheSize, iPageSize, iSoftHeapLimitKb are initialized by default with KConfigPrmValueNotSet
    49 	enum {KConfigPrmValueNotSet = -1};//iCacheSize, iPageSize, iSoftHeapLimitKb are initialized by default with KConfigPrmValueNotSet
    50 	enum TDbEncoding {EEncNotSet, EEncUtf8, EEncUtf16};//Database encoding: the default value for iDbEncoding is EEncNotSet
    50 	enum TDbEncoding {EEncNotSet, EEncUtf8, EEncUtf16};//Database encoding: the default value for iDbEncoding is EEncNotSet
    51 	enum 
    51 	enum 
    52 		{
    52 		{
    53 		KDefaultSoftHeapLimitKb = 1024, 
    53 #ifdef __WINSCW__
       
    54 		KDefaultSoftHeapLimitKb = 1024,
       
    55 #else
       
    56 		KDefaultSoftHeapLimitKb = 8192,
       
    57 #endif		
       
    58 
    54 #ifdef SYSLIBS_TEST	
    59 #ifdef SYSLIBS_TEST	
    55 		KMinSoftHeapLimitKb = 8, 
    60 		KMinSoftHeapLimitKb = 8, 
    56 #else
    61 #else
    57 		KMinSoftHeapLimitKb = 512,
    62 		KMinSoftHeapLimitKb = 512,
    58 #endif
    63 #endif