History log of /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/MemoryQuota.java
Revision Date Author Comments Expand
61170eb896ac0b7d9ac91c276699d1f1c3c8d8c9 20-Apr-2015 Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>

Code cleanup

a1393c28fbaa1385f5a14aa7810034a729bae074 16-Apr-2015 Fabio Pistolesi <fabio.pistolesi@forgerock.com>

OPENDJ-1941 CR-6639 dsconfig: impossible to edit a persistit backend configuration Method for changes in backend configuration was incorrectly behaving as an add regardless of backend's current status. revise it to let changes go through to the backend and only act when backend is going from disabled to enabled.

55c393faaabd967721c979cdae16a960b2b77961 31-Mar-2015 Fabio Pistolesi <fabio.pistolesi@forgerock.com>

Fix OPENDJ-1891 Can't setup opendj instance, because of memory problem. Simplified calculations on used memory for fallback case.

6dbb06deae8b725845c16596360285ef251e1997 20-Mar-2015 Fabio Pistolesi <fabio.pistolesi@forgerock.com>

OPENDJ-1727 CR-6350 db-cache-percent default values in persistit backend probably too aggressive Available memory in Old Gen (Runtime as fallback) is now strictly checked for pluggable backends and a warning logged for JEB backends.