Kkevsterrr / geneva

automated censorship evasion for the client-side and server-side
https://censorship.ai
BSD 3-Clause "New" or "Revised" License
1.87k stars 176 forks source link

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

Closed allcdn closed 1 year ago

allcdn commented 1 year ago

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

Kkevsterrr commented 1 year ago

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)