Uploaded image for project: 'Nuxeo Documentation'
  1. Nuxeo Documentation
  2. NXDOC-1345

Add max size configuration to Nuxeo Quota docs

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 9.3
    • Component/s: Addons

      Description

      Add a Configuration section on the Nuxeo Quote page or a new HOWTO page that explains how to configure the quota max size.

      The quota limit used to be hardcoded to 999GB. It is now configurable by contributing an extension like:

      <require>org.nuxeo.ecm.quota.maxsize.config</require>
        <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
          <property name="nuxeo.quota.maxsize">2 TB</property>
        </extension>
      

      The size is expressed in bytes but can use a suffix like KB, MB, GB or TB.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: