summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-02-24 14:39:17 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-02-24 14:39:17 +0200
commit2a90b16e6b2ae201c14d4dc858b6abcefa92f63d (patch)
tree9111d3df870f20eca43fa9ac98924f482c098c2d /web
parent9b710aca181e75d4a7bada7c029cebf9963b23cc (diff)
transparent hugepages should not be shown when they are not available
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js2
-rw-r--r--web/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index e2eafd52fb..df4a5a8ca5 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -707,7 +707,7 @@ netdataDashboard.context = {
},
'mem.hugepages': {
- info: 'Dedicated (or Direct) HugePages is memory reserved for applications configured to utilize huge pages.'
+ info: 'Dedicated (or Direct) HugePages is memory reserved for applications configured to utilize huge pages. Hugepages are <b>used</b> memory, even if there are free hugepages available.'
},
'mem.transparent_hugepages': {
diff --git a/web/index.html b/web/index.html
index 1a4733745b..90179b0604 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4399,7 +4399,7 @@
});
NETDATA.requiredJs.push({
- url: NETDATA.serverStatic + 'dashboard_info.js?v20180224-2',
+ url: NETDATA.serverStatic + 'dashboard_info.js?v20180224-3',
async: false,
isAlreadyLoaded: function() { return false; }
});