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
When letting IPv8 run for about 1,5 days, I'm seeing a lot of IPv4 addresses in the Network class. For instance, in Network.reverse_intro_lookup I have 2009 keys (despite the 500 cache limit), while the total sum of all objects in the lists is 113163.
Memory leaks in other dicts within this class may also exist, but so far I've only seen issues with reverse_intro_lookup.
Note that despite these numbers, it takes a while before this actually has a significant impact on memory usage. This will only affect users who run IPv8 24/7.
The text was updated successfully, but these errors were encountered:
When letting IPv8 run for about 1,5 days, I'm seeing a lot of IPv4 addresses in the
Network
class. For instance, inNetwork.reverse_intro_lookup
I have 2009 keys (despite the 500 cache limit), while the total sum of all objects in the lists is 113163.Memory leaks in other dicts within this class may also exist, but so far I've only seen issues with
reverse_intro_lookup
.Note that despite these numbers, it takes a while before this actually has a significant impact on memory usage. This will only affect users who run IPv8 24/7.
The text was updated successfully, but these errors were encountered: