Skip to content

Commit

Permalink
curvefs/client: change the default value of s3
Browse files Browse the repository at this point in the history
signed-off-by: hzwuhongsong hzwuhongsong@corp.netease.com
  • Loading branch information
wuhongsong committed Dec 13, 2022
1 parent 82b542e commit 482923a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions curvefs/conf/client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,16 @@ s3.readCacheMaxByte=209715200
# http = 0, https = 1
s3.http_scheme=0
s3.verify_SSL=False
s3.max_connections=32
s3.connect_timeout=60000
s3.request_timeout=10000
s3.region=us-east-1
s3.maxConnections=500
s3.connectTimeout=60000
s3.requestTimeout=10000
# Off = 0,Fatal = 1,Error = 2,Warn = 3,Info = 4,Debug = 5,Trace = 6
s3.loglevel=4
s3.logPrefix=/data/logs/curvefs/aws_ # __CURVEADM_TEMPLATE__ /curvefs/client/logs/aws_ __CURVEADM_TEMPLATE__
s3.async_thread_num=30
s3.asyncThreadNum=500
# limit all inflight async requests' bytes, |0| means not limited
s3.max_async_request_inflight_bytes=104857600
s3.maxAsyncRequestInflightBytes=104857600
s3.chunkFlushThreads=5
# throttle
s3.throttle.iopsTotalLimit=0
Expand Down

0 comments on commit 482923a

Please sign in to comment.