HTHou commented on code in PR #14329: URL: https://github.com/apache/iotdb/pull/14329#discussion_r1877647607
########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template: ########## @@ -742,6 +742,11 @@ buffered_arrays_memory_proportion=0.6 # Datatype: double reject_proportion=0.8 +# Ratio of max memory size for the WAL buffer queue, 0.1 by default +# effectiveMode: restart Review Comment: Let me fix it. ########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template: ########## @@ -1402,7 +1407,7 @@ wal_sync_mode_fsync_delay_in_ms=3 # Datatype: int wal_buffer_size_in_byte=33554432 -# Blocking queue capacity of each wal buffer, restricts maximum number of WALEdits cached in the blocking queue. +# Blocking queue capacity of each PageCacheDeletionBuffer, restricts maximum number of entry in the blocking queue. # effectiveMode: restart # Datatype: int wal_buffer_queue_capacity=500 Review Comment: ok -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
