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

What should I do if the server is particularly memory hungry? #42

Closed
allcdn opened this issue Oct 5, 2022 · 1 comment
Closed

What should I do if the server is particularly memory hungry? #42

allcdn opened this issue Oct 5, 2022 · 1 comment

Comments

@allcdn
Copy link

allcdn commented Oct 5, 2022

What should I do if the server is particularly memory hungry?

@Kkevsterrr
Copy link
Owner

Sorry I missed this. Under the hood, Geneva's engine is set up to record the packets it sees in memory (since we originally wrote that functionality to record our experiments for later analysis). You can turn that off by just setting save_seen_packets=False in the engine. (The packets it saved are never sent anywhere; it just sits in memory or written to a local pcap)

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

2 participants