Ox quota für Kontakte

Beim anlegen einen neuen Kontaktes kommt die Meldung:

Quota für Kontakte überschritten. Quota-Limit: 250000. Belegt: 271854. Bitte löschen Sie einige Kontakte, um Platz für neue zu schaffen. Bitte beachten: Die Quota bezieht sich auf alle Kontakte aller Benutzer in diesem Kontext. (QUOTA-0003, -1762791016-130902)

An welcher Stelle kann ich dieses Limit erhöhen??

Gibt es dafür eine Variable im Managemet-Modul?

Aus /opt/open-xchange/etc/quota.properties:

...
# Specifies the quota for the number of contacts that are allowed being created within a single context (tenant-wise scope).
#
# The purpose of this quota is to define a rough upper limit that is unlikely being reached during normal operation.
# Therefore it is rather supposed to prevent from excessive item creation (e.g. a synchronizing client running mad),
# but not intended to have a fine-grained quota setting. Thus exceeding that quota limitation will cause an appropriate
# exception being thrown, denying to further create any contact in affected context.
#
# Default is 250.000
com.openexchange.quota.contact=250000

Den Kommentar hab ich zum Nachdenken mitgenommen. Wenn das ein größeres System ist, kann es sicher sein, dass so viele Kontakte sind, ansonsten sollte man mal schauen.

Man sieht es nicht sofort, aber es gibt einen Mechanismus zum Setzen von Variablen in den .properties über UCR.

[code]root@m:/opt/open-xchange/etc# grep com.openexchange.quota.contact quota.properties
com.openexchange.quota.contact=250000
root@m:/opt/open-xchange/etc# ucr set ox/cfg/quota.properties/com.openexchange.quota.contact=280000
Create ox/cfg/quota.properties/com.openexchange.quota.contact
Module: ox-config
root@m:/opt/open-xchange/etc# grep com.openexchange.quota.contact quota.properties

Warning: the value “com.openexchange.quota.contact” has been set via UCR variable “ox/cfg/quota.properties/com.openexchange.quota.contact” - please alter the UCR variable instead

com.openexchange.quota.contact=280000
[/code]

Mastodon