You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set the -w value before the -M value in a config file:
# cat /run/[email protected] | tail -4
# Set -w higher to avoid errors about slow search
-w=262144
# Set -M to avoid error about too manya ctive flows
-M=1048576
But am still receiving the warning about the position:
nprobe[23052]: 09/Aug/2024 16:40:10 [nprobe.c:6624] WARNING: If you want to preserve the -M value, please specify -w before -M
Background: this is to address these two warnings:
WARNING: Your bucket search is too slow (196): expect drops and consider increasing -w
WARNING: Too many (524288) active flows limit=524288] (see -M)
This is on:
# nprobe -v
Welcome to nProbe v.10.4.240805 for x86_64-pc-linux-gnu
with native PF_RING acceleration.
Built with nDPI 4.10.0-4782-85ecb10
Copyright 2002-23 ntop.org
Version: 10.4.240805
Build OS: Ubuntu 22.04.4 LTS
The text was updated successfully, but these errors were encountered:
I've set the -w value before the -M value in a config file:
But am still receiving the warning about the position:
Background: this is to address these two warnings:
This is on:
The text was updated successfully, but these errors were encountered: