mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
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:
parent
17e1e3b787
commit
8d44b7fa87
18 changed files with 366 additions and 326 deletions
|
|
@ -10,6 +10,10 @@ local callback_utils = require "callback_utils"
|
|||
|
||||
-- ########################################################
|
||||
|
||||
if(ntop.limitResourcesUsage()) then return end
|
||||
|
||||
-- ########################################################
|
||||
|
||||
local ifnames = interface.getIfNames()
|
||||
|
||||
-- ########################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue