mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-28 13:00:15 +03:00
- Add class-level caches for loader and default RAM/NVRAM values - When multiple IOU nodes use the same image, only the first one runs the ld-linux --verify and iou-image -h subprocesses - Subsequent nodes reuse cached results, saving ~2 subprocess calls per node - Cache is populated only on successful subprocess execution to avoid overwriting explicitly set ram/nvram values with stale cached defaults