@@ -38,31 +38,24 @@ export function getMemorySegments(stats: TMemoryStats, memoryUsage: number): Mem
3838 isInfo : false ,
3939 } ,
4040 {
41- label : i18n ( 'text_scan-grouped-memory-limiter ' ) ,
42- key : 'ScanGroupedMemoryLimiterConsumption ' ,
43- value : getMaybeNumber ( stats . ScanGroupedMemoryLimiterConsumption ) ,
44- capacity : getMaybeNumber ( stats . ScanGroupedMemoryLimiterLimit ) ,
41+ label : i18n ( 'text_column-tables-read-execution ' ) ,
42+ key : 'ColumnTablesReadExecutionConsumption ' ,
43+ value : getMaybeNumber ( stats . ColumnTablesReadExecutionConsumption ) ,
44+ capacity : getMaybeNumber ( stats . ColumnTablesReadExecutionLimit ) ,
4545 isInfo : false ,
4646 } ,
4747 {
48- label : i18n ( 'text_comp-grouped-memory-limiter ' ) ,
49- key : 'CompGroupedMemoryLimiterConsumption ' ,
50- value : getMaybeNumber ( stats . CompGroupedMemoryLimiterConsumption ) ,
51- capacity : getMaybeNumber ( stats . CompGroupedMemoryLimiterLimit ) ,
48+ label : i18n ( 'text_column-tables-compaction ' ) ,
49+ key : 'ColumnTablesCompactionConsumption ' ,
50+ value : getMaybeNumber ( stats . ColumnTablesCompactionConsumption ) ,
51+ capacity : getMaybeNumber ( stats . ColumnTablesCompactionLimit ) ,
5252 isInfo : false ,
5353 } ,
5454 {
55- label : i18n ( 'text_blob-cache' ) ,
56- key : 'BlobCacheConsumption' ,
57- value : getMaybeNumber ( stats . BlobCacheConsumption ) ,
58- capacity : getMaybeNumber ( stats . BlobCacheLimit ) ,
59- isInfo : false ,
60- } ,
61- {
62- label : i18n ( 'text_data-accessor-cache' ) ,
63- key : 'DataAccessorCacheConsumption' ,
64- value : getMaybeNumber ( stats . DataAccessorCacheConsumption ) ,
65- capacity : getMaybeNumber ( stats . DataAccessorCacheLimit ) ,
55+ label : i18n ( 'text_column-tables-cache' ) ,
56+ key : 'ColumnTablesCacheConsumption' ,
57+ value : getMaybeNumber ( stats . ColumnTablesCacheConsumption ) ,
58+ capacity : getMaybeNumber ( stats . ColumnTablesCacheLimit ) ,
6659 isInfo : false ,
6760 } ,
6861 {
0 commit comments