feat: automatische Heap-Überwachung integriert mit Reload bei Überschreitung

- monitorHeapAndReload() in /utils/common/monitorMemory.js ausgelagert
- automatische Heap-Prüfung im 10s-Intervall in MapComponent integriert
- reload bei Überschreitung von 8 GB Heap zur Stabilisierung bei Langzeitbetrieb
- useEffect-Cleanup ergänzt mit clearInterval für sauberes Entfernen bei Unmount
- Ziel: frühzeitige Entlastung vor möglichem Memory Overflow
This commit is contained in:
ISA
2025-06-06 11:05:33 +02:00
parent f7f7122620
commit 1ec0a8a611
3 changed files with 23 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.237";
export const APP_VERSION = "1.1.238";