Commit 3e25ee81 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

256k memlock is not enough when reloading happens

parent 0266c458
...@@ -22,4 +22,4 @@ certificate in server.key and server.crt respectively : ...@@ -22,4 +22,4 @@ certificate in server.key and server.crt respectively :
$ docker run --rm -it -v $PWD:/shared --net=host --privileged \ $ docker run --rm -it -v $PWD:/shared --net=host --privileged \
nghttp2 nghttpx \ nghttp2 nghttpx \
/shared/server.key /shared/server.crt \ /shared/server.key /shared/server.crt \
-f'*,443;quic' --rlimit-memlock 262144 -f'*,443;quic' --rlimit-memlock 524288
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment