2Max4 / 2Max4/Network_Analysis
High Memory Usage while longt term testing
- Dominant language
- Python
- Stars
- 2
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
When performing the network-test memory usage of the end-device highliy encreases. This could be caused by constantly keeping all the data in memory instead of dumping it to csv. Also an idea could be to max-out the file size / entries of an csv file to about 30K entries and then start a new file. (Also starting with a fresh data frame)

Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the network-test script that writes CSV data. Identify where data is kept in memory (likely a DataFrame) and not flushed. Check if there's a loop or long-running process that accumulates data. The fix involves limiting entries per CSV file (e.g., 30k) and resetting the DataFrame periodically. Test memory usage before and after changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100