persistentstorage/sql/SRC/Server/SqlSrvConfig.h
changeset 35 0d6db0a14001
parent 17 55f2396f6d25
child 31 ba1c4f4a893f
equal deleted inserted replaced
25:63532cdadd44 35:0d6db0a14001
    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