File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 216216 // Block index-headers are pre-downloaded but lazy mmaped and loaded at query time.
217217 'blocks-storage.bucket-store.index-header-lazy-loading-enabled' : 'true' ,
218218 'blocks-storage.bucket-store.index-header-lazy-loading-idle-timeout' : '60m' ,
219+
220+ 'blocks-storage.bucket-store.max-chunk-pool-bytes' : 12 * 1024 * 1024 * 1024 ,
219221 } +
220222 $.blocks_chunks_caching_config +
221223 $.blocks_metadata_caching_config +
228230 container.withPorts($.store_gateway_ports) +
229231 container.withArgsMixin($.util.mapToFlags($.store_gateway_args)) +
230232 container.withVolumeMountsMixin([volumeMount.new('store-gateway-data' , '/data' )]) +
231- $.util.resourcesRequests('1' , '6Gi ' ) +
232- $.util.resourcesLimits(null , '6Gi ' ) +
233+ $.util.resourcesRequests('1' , '12Gi ' ) +
234+ $.util.resourcesLimits(null , '18Gi ' ) +
233235 $.util.readinessProbe +
234236 $.jaeger_mixin,
235237
You can’t perform that action at this time.
0 commit comments