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
According to the current cache implementation (573c3ce) the naive cache size can be set.
But this do not seem to make sense as the naive data structure is base on a map.
As in go language the map allocation is handled internally.
Thus the optional capacity is only a hint and not a limitation.
This is the reason why the following paramters seem useless :
conf.Configuration.Cache.Naive.MapSize
PGFS_CACHE_NAIVE_SIZE env variable
The text was updated successfully, but these errors were encountered:
nick-rv
changed the title
Size parameter seems useless for stand-alone server cache (naive)
Bug - Size parameter seems useless for stand-alone server cache (naive)
Dec 8, 2022
According to the current cache implementation (573c3ce) the naive cache size can be set.
But this do not seem to make sense as the naive data structure is base on a map.
As in go language the map allocation is handled internally.
Thus the optional capacity is only a hint and not a limitation.
This is the reason why the following paramters seem useless :
conf.Configuration.Cache.Naive.MapSize
The text was updated successfully, but these errors were encountered: