[Csql-development] [test/system/config/exp.test003.ksh] should update
Main Memory Database Cache
                
                Brought to you by:
                
                    prabatuty
                    
                
            
            
        
        
        
    | 
      
      
      From:  谢良  <xie...@ki...> - 2008-02-28 08:47:16
      
     | 
| I think it should replace "1024" with "8192" in this file , right?
Cauz we can see from [src\server\Config.cxx] :
"
    if (cVal.pageSize < 8192 || cVal.pageSize > 1024 * 1024 * 10 )
    {
        printError(ErrBadArg,  "PAGE_SIZE should be >= 8192 and <= 10 MB");
        return 1;
    }
" 
and , TESTFAILED in this module will decrease one
谢良
2008-02-28
 |