We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02172c2 commit c7665a5Copy full SHA for c7665a5
dashboard/panels/runtime.libsonnet
@@ -27,9 +27,9 @@ local variable = import 'dashboard/variable.libsonnet';
27
28
total_memory(
29
cfg,
30
- title='Total memory',
+ title='Resident memory',
31
description=|||
32
- Total memory used by Tarantool instance.
+ Resident memory used by Tarantool instance.
33
|||,
34
):: common.default_graph(
35
@@ -51,7 +51,7 @@ local variable = import 'dashboard/variable.libsonnet';
51
52
title='Virtual memory',
53
54
- Total virtual memory used by Tarantool instance.
+ Virtual memory used by Tarantool instance.
55
56
57
0 commit comments