You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
As part of the storehouse loading process, it creates a in-memory cache for all boxes and all namespaces stored (https://github.com/kytos-ng/storehouse/blob/master/main.py#L99-L110). This is done inline into the loading process, which depending on the amount of data stored, can lead to a long delay to boot up Kytos.
As part of the storehouse loading process, it creates a in-memory cache for all boxes and all namespaces stored (https://github.com/kytos-ng/storehouse/blob/master/main.py#L99-L110). This is done inline into the loading process, which depending on the amount of data stored, can lead to a long delay to boot up Kytos.
This problem became evident after the introduction of the AmLight Napp FlowStats (https://github.com/amlight/flow_stats/blob/master/main.py#L596-L603).
In a scenario with 300 EVCs (created using mef_eline), 6 switches, and 12 links, we had more than 160k boxes:
The lead Kytos to delay its startup process by 12min:
The text was updated successfully, but these errors were encountered: