zhuangjinjin commented on pull request #8700:
URL: https://github.com/apache/dubbo/pull/8700#issuecomment-913961366
> Please explain how to configure the following parameters
It can be configured in following ways.
1. configure in dubbo.properties
`
h2.settings.header-table-size=4096
h2.settings.enable-push=false
h2.settings.max-concurrent-streams=2147483647
h2.settings.initial-window-size=1048576
h2.settings.max-frame-size=32768
h2.settings.max-header-list-size=8192
`
2. configure in java system properties
`
-Dh2.settings.header-table-size=4096 ....
`
3. configure in application.yml
`
h2:
settings:
header-table-size: 4096
enable-push: false
...
`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]