jixuan1989 commented on a change in pull request #1367:
URL: https://github.com/apache/incubator-iotdb/pull/1367#discussion_r446832412
##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
##########
@@ -128,6 +128,8 @@
*/
private long allocateMemoryForRead = Runtime.getRuntime().maxMemory() * 3 /
10;
+ private long allocateMemoryForReadWithoutCache =
Runtime.getRuntime().maxMemory() * 21 / 100;
Review comment:
so 30% for cache? where to control that?
----------------------------------------------------------------
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:
[email protected]