forked from TrueCloudLab/frostfs-aio
[#43] Support up to 1000 concurrent S3 requests
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
00986aed8b
commit
d83d797cef
3 changed files with 4 additions and 5 deletions
2
.env
2
.env
|
@ -1,3 +1,3 @@
|
||||||
FROSTFS_HUB_IMAGE=truecloudlab/frostfs
|
FROSTFS_HUB_IMAGE=truecloudlab/frostfs
|
||||||
AIO_IMAGE=truecloudlab/frostfs-aio
|
AIO_IMAGE=truecloudlab/frostfs-aio
|
||||||
AIO_VERSION=1.6.1
|
AIO_VERSION=1.6.2
|
||||||
|
|
|
@ -32,7 +32,7 @@ stream_timeout: 10s
|
||||||
healthcheck_timeout: 15s
|
healthcheck_timeout: 15s
|
||||||
rebalance_interval: 60s
|
rebalance_interval: 60s
|
||||||
pool_error_threshold: 100
|
pool_error_threshold: 100
|
||||||
max_clients_count: 100
|
max_clients_count: 1000
|
||||||
max_clients_deadline: 30s
|
max_clients_deadline: 30s
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
|
@ -37,6 +37,7 @@ pprof:
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
shard_num: 1
|
shard_num: 1
|
||||||
|
shard_pool_size: 1000
|
||||||
shard:
|
shard:
|
||||||
0:
|
0:
|
||||||
writecache:
|
writecache:
|
||||||
|
@ -65,6 +66,4 @@ tree:
|
||||||
|
|
||||||
object:
|
object:
|
||||||
put:
|
put:
|
||||||
pool_size_remote: 100
|
local_pool_size: 1000
|
||||||
pool_size_local: 100
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue