About quota

manual

Server User List

Explains how to define and set users, directories and permissions in the ObjectDB fast Java database server for JPA/JDO.... their specific settings (username, password, permissions, quota). The default configuration file contains the following ... = "access|modify|create|delete" > <quota directories = "5" files = "20" disk-space = "5mb" ...

 
manual

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database mode are discussed in Section 1.2.... = "+" delete = "+" /> <quota subdirs = "0" files = "3" diskspace = "500k" /> ... = "+" delete = "+" /> <quota subdirs = "20" files = "100" diskspace = "20m" ...

 
forum_thread

The server cannot start in CentOS

Hi, I try to run ObjectDB from Linux, but failed. My command is: java -cp objectdb.jar com.objectdb.Server start The result is attached. After typing the command, the system seems halting. ... = "access,modify,create,delete" > <quota directories = "5" files = "20" disk-space = "5mb" ... > <quota directories = "5" files = "20" disk-space = "5mb" ...

 
forum_thread

Connection is closed Caused by: java.io.EOFException

I am getting this exception on a regular basis, after a period of time of repeating the same code execution.  I don't understand why.  I restart the DB server and my code works again for another period of time until same exception is encountered again.  I cannot pin down a pattern e.g. after a certain period of time,  because the time  periods between exceptions are not regular, although frequent.  Any test case  I use will pass most of the time but will fail after an undetermined period. ... = "access,modify,create,delete" > <quota directories = "5" files = "20" disk-space = "5mb" ...