I make a 2GB file:
dd if=/dev/zero of=file.txt count=2000048 bs=1024
Run the server:
cargo run --manifest-path=tools/apps/Cargo.toml --bin quiche-server -- --cert tools/apps/src/bin/cert.crt --key tools/apps/src/bin/cert.key --root $PWD --listen [::]:4433