frostfs-node/pkg/services
Evgenii Stratonikov b207dc424f [#2158] policer: Reduce default cache size
We use cache to avoid policing the same object multiple times in a short
time span (< 30 seconds). If we have 200_000 objects in a blobstor, it is a bit useless
-- if it takes 1 second to process an object and we have `replicator.pool_size: 20`
in config, the next iteration will happen in 10_000 second which is much
larger than 30 second. However we still consume a lot of memory, so it
makes sense to use saner default.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2022-12-30 11:07:35 +03:00
..
accounting Move to frostfs-node 2022-12-28 15:04:29 +03:00
audit Move to frostfs-node 2022-12-28 15:04:29 +03:00
container Move to frostfs-node 2022-12-28 15:04:29 +03:00
control Move to frostfs-node 2022-12-28 15:04:29 +03:00
netmap Move to frostfs-node 2022-12-28 15:04:29 +03:00
notificator Move to frostfs-node 2022-12-28 15:04:29 +03:00
object [#2095] node: Fix collecting child objects 2022-12-30 11:07:35 +03:00
object_manager Move to frostfs-node 2022-12-28 15:04:29 +03:00
policer [#2158] policer: Reduce default cache size 2022-12-30 11:07:35 +03:00
replicator Move to frostfs-node 2022-12-28 15:04:29 +03:00
reputation Move to frostfs-node 2022-12-28 15:04:29 +03:00
session Move to frostfs-node 2022-12-28 15:04:29 +03:00
tree Move to frostfs-node 2022-12-28 15:04:29 +03:00
util Move to frostfs-node 2022-12-28 15:04:29 +03:00