Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting hash size and max num flows simultaneously with config file generates warning about option position #623

Open
michaelsmitasin opened this issue Aug 9, 2024 · 0 comments

Comments

@michaelsmitasin
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant