Skip to content

How to set file maximum size in Linux

Overview

Change the file maximum size in Linux.

How to setup

  1. Open /web/pleasanter/Implem.Pleasanter/appsettings.json and add the following settings. The numerical value specified for MaxRequestBodySize is the maximum size of the file to be imported or uploaded.

    JSON
    "Kestrel": {
        "Limits": {
            "MaxRequestBodySize": 10000000000
        }
    }
    
  2. After setting it up, restart Pleasanter.