apache - How can I decrease the memory usage when upload a big file use Apache2? -
i need upload files >500m. apache2 store in memory , dump disk. how can let apache2 write disk directly?
probably need implement module buffer, can adjust parameters according i/o filters stack size.
detailed description here: http://httpd.apache.org/docs/2.4/mod/mod_buffer.html
and overview filters - http://httpd.apache.org/docs/2.2/filter.html
for file uploads should exist appropriate modules apache2 - https://modules.apache.org/
or maybe better upload big file in chunks...
Comments
Post a Comment