BTW, I just ran memory of my server into swap with this:
$ dd if=/dev/zero of=2g bs=1M count=2048 $ curl -F "2g=@2g" <myresource>
http://andrewkelley.me/post/do-not-use-bodyparser-with-expre...
BTW, I just ran memory of my server into swap with this:
(EDIT: explanation, this creates 2g file then uploads it <myresource> as a file upload -- multipart mime. @ sign just insert the named file data into the form)