xinyiZzz opened a new issue #5818:
URL: https://github.com/apache/incubator-doris/issues/5818


   **Describe the bug**
   For example, when setting `storage_page_cache_limit=0.1%` in `be.conf`, the 
method `ParseUtil::parse_mem_spec` in `ExecEnv::_init_mem_tracker()` returns 
`storage cache size = -1`.
   
   After the parameters are passed to `StoragePageCache::create_global_cache`, 
`storage cache size` will be converted from `int64_t` to `size_t` and then 
equal to `18446744073709551615`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to