2Max4 / 2Max4/Network_Analysis

High Memory Usage while longt term testing

未關閉
#51 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
Python
星號
2
分支
11
PR 合併指標
30 天內沒有已合併 PR

描述

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)

![image](https://user-images.githubusercontent.com/44339711/68070113-448d9180-fd6a-11e9-89c6-162e4a80b6ee.png)

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

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.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
performance
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。