2Max4 / 2Max4/Network_Analysis

High Memory Usage while longt term testing

Ouverte
#51 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
Python
Étoiles
2
Forks
11
Métriques de merge des PR
Aucune PR mergée en 30 j

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)

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
python
Domaine
performance
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
45/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.