You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: