2Max4 / 2Max4/Network_Analysis
High Memory Usage while longt term testing
- Ngôn ngữ chính
- Python
- Star
- 2
- Fork
- 11
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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)

Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- performance
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100