[MXS-2312] SO_SNDBUF and SO_RCVBUF are hard-coded Created: 2019-02-03 Updated: 2019-03-28 Resolved: 2019-03-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 2.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The two parameters that govern the size of the kernel network buffers are hard-coded to 128k. This is very inflexible and even not defining them would be better as the default value is user-configurable at the kernel level. Optionally, the parameters can be made configurable inside Maxscale. This way the kernel defaults do not have to be adjusted to allow MaxScale to use more memory if other applications are running on the same machine. |
| Comments |
| Comment by markus makela [ 2019-03-20 ] |
|
Using the system default seems to be the best way to go. |
| Comment by markus makela [ 2019-03-20 ] |
|
The buffers now use the system default size. |