Increase the pool size to 1024 for lws < 3.0 as discussed here: https://github.com/warmcat/libwebsockets/issues/1249
There was no point in restricting the pool size, memory is only allocated as-needed, and should reach max 5MB. Since lws 3.0 the default ah limit == fd limit (typically 1024 as well).
Increase the pool size to 1024 for lws < 3.0 as discussed here: https://github.com/warmcat/libwebsockets/issues/1249 There was no point in restricting the pool size, memory is only allocated as-needed, and should reach max 5MB. Since lws 3.0 the default ah limit == fd limit (typically 1024 as well).