Merge pull request #9239 from VeijoPesonen/events_shared-stacksize_2K

Increases events.shared-stacksize to 2K
pull/9599/head
Martin Kojtal 2019-01-07 16:20:44 +00:00 committed by GitHub
commit 8c55b0a5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"present": 1,
"shared-stacksize": {
"help": "Stack size (bytes) for shared event queue thread",
"value": 1024
"value": 2048
},
"shared-eventsize": {
"help": "Event buffer size (bytes) for shared event queue",