Reduced memory and trhead usage

Added missing HTTP server thread naming
Added --limit-resources to tell ntopng to reduce memory usage (useful for systems with limited resources)
This commit is contained in:
Luca Deri 2023-11-30 18:22:02 +01:00
parent 17e1e3b787
commit 8d44b7fa87
18 changed files with 366 additions and 326 deletions

View file

@ -10,6 +10,10 @@ local callback_utils = require "callback_utils"
-- ########################################################
if(ntop.limitResourcesUsage()) then return end
-- ########################################################
local ifnames = interface.getIfNames()
-- ########################################################