R4SAS

Results 229 comments of R4SAS

Please read documentation: https://github.com/PrivateBin/PrivateBin/wiki/Configuration#sizelimit

Please give your current values of upload_max_filesize, post_max_size and memory_limit. I just added to wiki about requirement of increasing of memory limit, because it is needed more RAM to process...

Also you can see here: https://github.com/PrivateBin/PrivateBin/issues/601 add: and, btw, if you want to send 59 MB file, you need to set 1.3 times more size limit (due to encrypting and...

Can you check `phpinfo()`? Maybe your configuration is not applied, if it prints that `Allowed memory size of 268435456 bytes exhausted`?

In that case let's wait someone who using Apache, or knows how it works with such data sizes.

Yes, I done that already for my instance: https://paste.i2pd.xyz/

64 is overall size for file + encryption, so you can send only 44 MB (`Note: Max file size is 70% of overall limit, which is 64 MB`).

As I see, for uploading 42MiB file I need ~300MB memory_limit. That's too much... Here memory usage for some steps inside Controller.php, Request.php and FormatV2.php: ``` # at start we...

> Of course the best would be some streaming implementation that does not load the whole file in memory at any time, which currently seems to happen, does not it?...

:D zip ) In other way we will must change file store algo (maybe), because now here only 2 fields with file content and its name.