256k memlock is not enough when reloading happens
This commit is contained in:
parent
0266c458a3
commit
3e25ee8181
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue