256k memlock is not enough when reloading happens

This commit is contained in:
Tatsuhiro Tsujikawa 2021-09-29 22:16:39 +09:00
parent 0266c458a3
commit 3e25ee8181
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ certificate in server.key and server.crt respectively :
$ docker run --rm -it -v $PWD:/shared --net=host --privileged \
nghttp2 nghttpx \
/shared/server.key /shared/server.crt \
-f'*,443;quic' --rlimit-memlock 262144
-f'*,443;quic' --rlimit-memlock 524288