Yukun Zhou created IOTDB-5953:
---------------------------------
Summary: LastCache memory control param does not take effect
Key: IOTDB-5953
URL: https://issues.apache.org/jira/browse/IOTDB-5953
Project: Apache IoTDB
Issue Type: Bug
Reporter: Yukun Zhou
Assignee: Yukun Zhou
When configuring the memory of last cache via
schema_memory_allocate_proportion, it doesn't take effect.
The cause is that current implementation of last cache is bounded with schema
cache and shares the memory used by schema cache.
Therefore, the param for last cache is useless. Add new param
schema_memory_proportion which excludes last cache param.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)