Commit 498d8c2
committed
Increase the io_uring completion queue size to resolve warnings and improve the plaintext test performance
```
io.netty.channel.uring.IoUringIoHandler processCompletionsAndHandleOverflow
vertx: WARNING: CompletionQueue overflow detected, consider increasing size: 4096
```
This is still one warning when the value is set to 8192 as tested on my device, instead of many for the default 4096.1 parent 3b4302a commit 498d8c2
File tree
2 files changed
+2
-0
lines changed- frameworks/Kotlin/vertx-web-kotlinx
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
0 commit comments