ostinelli / misultin

Misultin (pronounced mee-sool-téen) is an Erlang library for building fast lightweight HTTP(S) servers, which also supports websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big file upload problem

dmitry-s opened this issue · comments

When I try to upload files more than 20 MB using example misultin_file_upload.erl, I get empty FileData. Right after that beam.smp appears in top consuming 100% of CPU time. Tested on 3 different servers.

I modified this example file by adding {post_max_size, 100_1024_1024} to increase the limit.

What could be the reason?

thank you for this.

misultin has been discontinued, my reasons here.

r.