@cryptotaxi247 / netdata-1 / commits / dd41f529f

Fix typo in dashboard description (#9096)

Matthieu Bacconnier committed May 19, 2020 at 21:13 UTC dd41f529f0fdfbafd7e4d042dffe4160b852bff5
1 file changed +1 -1
web/gui/dashboard_info.js
+1 -1
@@ -972,7 +972,7 @@ netdataDashboard.context = {
972 },
973
974 'mem.kernel': {
975 - info: 'The total amount of memory being used by the kernel. <b>Slab</b> is the amount of memory used by the kernel to cache data structures for its own use. <b>KernelStack</b> is the amount of memory allocated for each task done by the kernel. <b>PageTables</b> is the amount of memory decicated to the lowest level of page tables (A page table is used to turn a virtual address into a physical memory address). <b>VmallocUsed</b> is the amount of memory being used as virtual address space.'
975 + info: 'The total amount of memory being used by the kernel. <b>Slab</b> is the amount of memory used by the kernel to cache data structures for its own use. <b>KernelStack</b> is the amount of memory allocated for each task done by the kernel. <b>PageTables</b> is the amount of memory dedicated to the lowest level of page tables (A page table is used to turn a virtual address into a physical memory address). <b>VmallocUsed</b> is the amount of memory being used as virtual address space.'
976 },
977
978 'mem.slab': {