tuohai666 commented on issue #8383:
URL: https://github.com/apache/shardingsphere/issues/8383#issuecomment-735538824
@iamif3000 I noticed the env is 2core4G, so we should not use so many
threads.
```
acceptor.size: 16
executor.size: 16
```
```
dataSources:
master_ds:
url:
jdbc:mysql://172.31.197.149:3306/proxy?serverTimezone=UTC&useSSL=false
username: proxy
password: p123456
connectionTimeoutMilliseconds: 30000
idleTimeoutMilliseconds: 60000
maxLifetimeMilliseconds: 1800000
maxPoolSize: 16
minPoolSize: 16
slave_ds_0:
url:
jdbc:mysql://172.31.197.150:3306/proxy?serverTimezone=UTC&useSSL=false
username: proxy
password: p123456
connectionTimeoutMilliseconds: 30000
idleTimeoutMilliseconds: 60000
maxLifetimeMilliseconds: 1800000
maxPoolSize: 16
minPoolSize: 16
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]