> before going any deeper in investigating the behaviour I would suggest
> to configure this setup with using redirection.
> I think you are better with just forwarding on layer 3.
>
> Or did I miss something? Why did you choose relay here?
relayd is used here as tls termination proxy, since var
> Hi,
>
> I'm running a setup on OpenBSD 7.3 (amd64, 16GB RAM) with relayd,
> varnish, httpd and php-fpm. When uploading a large >2GB file through
> ...
>
>
> /etc/relayd.conf:
>
> table { 127.0.0.1 }
>
> log connection
>
> http protocol "https" {
> tls keypair "server"
> ret
> Actually I can't be sure this the origin of your problem, but the
> value of "memory_limit" is wrong.
Thank you, I increased php memory limit but the problem persists
unfortunately.
In fact this 3000M file upload freezes our 16G machine even
when there is no other workload, so that's a signifi
Actually I can't be sure this the origin of your problem, but the value
of "memory_limit" is wrong.
>From the doc:
https://www.php.net/manual/en/ini.core.php#ini.post-max-size
post_max_size int
Sets max size of post data allowed. This setting also affects file
upload. To upload large files,
> Can you post from your php.ini what you did set for the following
> values?
php.ini:
upload_max_filesize = 4096M
post_max_size = 4096M
memory_limit = 256M
max_execution_time = 300
httpd.conf:
connection {
max request body 4294967296 # 4096M
}
I'm able to reproduce the problem locally wi
Can you post from your php.ini what you did set for the following values?
upload_max_filesize =
post_max_size =
memory_limit =
Despite the allocation memory problem (from the error message) I would also
suggest you
to double check %request timeout% settings starting from php.ini:
max_executi
Hi,
I'm running a setup on OpenBSD 7.3 (amd64, 16GB RAM) with relayd,
varnish, httpd and php-fpm. When uploading a large >2GB file through
our web application, *occassionally* relayd starts to consume an
increasing amount of memory (as observed with top) until it hits
resource limits from login.co
7 matches
Mail list logo