Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 231 Bytes

testminiomem

# generate a 1 Gb file
fsutil file createnew 1gb.test 1073741824
# install nodejs modules
npm i
# start server
node index.js
# upload file
curl -F "file=@./1gb.test"  http://localhost:8080/upload/test