Announcement

Collapse
No announcement yet.

InfoBox limit 256 MB ? how to change ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • InfoBox limit 256 MB ? how to change ?

    /opt/open-xchange/sbin/changecontext -c 1 -q 1024


    Hy,

    I have to admit that the structure, how to impose certain limits is somewhat unclear to me.
    I have managed to increase the file-size upload limit with the help of this forum.

    Now I have another problem.
    When I go into OX as oxadmin (as well as as user), in the lower left hand corner I see that InfoBox has a limit displayed at 256 MB (and I assume, it referes to the total Infostore-items as the load of 35% matches the size of the Infostore content with respect to the 256MB limit).

    The size of the Infostore checked (and already altered) on the command line as oxadminmaster is
    my_computer:/home/user # /opt/open-xchange/sbin/listfilestore
    id path size reserved used maxctx curctx
    2 /srv/filestore 2000 200 89 5000 1

    I read this as a 2GB-limit.

    I have checked the following locations for a variable that could contain the limit, but have (obviously) not succeeded:
    /opt/open-xchange/etc/groupware/infostore.properties
    /opt/open-xchange/etc/groupware/server.properties
    /opt/open-xchange/etc/groupware/attachment.properties
    and
    /opt/open-xchange/etc/groupware/ox-scriptconf.sh
    with the JAVA_XTRAOPTS-option

    and I have restarted the daemons after changing anything:
    /etc/init.d/open-xchange-groupware restart
    /etc/init.d/open-xchange-admin restart


    How do I increase that 256MB InfoBox limit ???

    Thanks for your considerate help.
    Christian
    Last edited by Guest; 06-15-2009, 11:26 AM. Reason: found solution

  • #2
    contextwide filestore quota in MB

    hi christian,

    as far as i can remember the contextwide filestore-quota is set when you create the context and the adminuser. the commandline script "createcontex" supports the option "-q" where you provide the quota in megabytes. (see http://software.open-xchang.com/OX6/...istration.pdf:)

    /opt/open-xchange/sbin/createcontext -A oxadminmaster -P secret -c 1 -u oxadmin \
    -d "Context Admin" -g Admin -s User -p secret -e oxadmin@example.com \
    -q 1024 -L defaultcontext --access-combination-name=all

    best regards,
    mnu

    Comment


    • #3
      Hi,

      this can also be changed when using "changecontext", you don't need to delete and recreated the whole context for that.

      Greetings

      Comment

      Working...
      X