Skip to content

max_quota_objects (integer)

The database has a default maximum of 500k disk usage objects. You can change the maximum to a value from 500000 to 20000000 using an ALTER SYSTEM command. For example, if you wanted to increase the maximum from 500000 objects to 1000000:

alter system set max_quota_objects to 1000000;
WARNING: Will be effective after the next server configuration reload, or after the next server restart in the case of parameters that can only be changed at server start