Skip to content

Commit c7665a5

Browse files
memory: cosmetic
1 parent 02172c2 commit c7665a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboard/panels/runtime.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ local variable = import 'dashboard/variable.libsonnet';
2727

2828
total_memory(
2929
cfg,
30-
title='Total memory',
30+
title='Resident memory',
3131
description=|||
32-
Total memory used by Tarantool instance.
32+
Resident memory used by Tarantool instance.
3333
|||,
3434
):: common.default_graph(
3535
cfg,
@@ -51,7 +51,7 @@ local variable = import 'dashboard/variable.libsonnet';
5151
cfg,
5252
title='Virtual memory',
5353
description=|||
54-
Total virtual memory used by Tarantool instance.
54+
Virtual memory used by Tarantool instance.
5555
|||,
5656
):: common.default_graph(
5757
cfg,

0 commit comments

Comments
 (0)