Increases default size of stack used by work queue RX thread from 1024 to 2048 to avoid memory issues. After adding the buffer with the default size of 128 that is allocated on the thread's stack (see #77552), there is too little stack left during heavy stress. I observed the issues ...