• @xmunk
    link
    68 months ago

    File upload behavior is actually determined by your web server (unless you’re launching PHP in listening mode) so apache is probably who you want to blame here.

    • @[email protected]
      link
      fedilink
      3
      edit-2
      8 months ago

      Other languages behind reverse proxies from apache httpd or nginx do not have the same memory hit. You can still blame php. Not my fault they tied their language to the webserver in a way that uses tons of extra memory.