From e3a3030cd14ba12631b8c50d955ec800b247fb72 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Date: Thu, 10 Mar 2016 13:24:01 +0000
Subject: [PATCH] OPENDJ-2727: Low performance during import with large index-entry-limit
---
opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java b/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
index 69e898c..736660f 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java
@@ -12,7 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2006-2010 Sun Microsystems, Inc.
- * Portions copyright 2011-2015 ForgeRock AS.
+ * Portions copyright 2011-2016 ForgeRock AS.
*/
package org.opends.server.config;
@@ -3829,6 +3829,13 @@
NAME_PREFIX_TASK + "import-thread-count";
/**
+ * The name of the attribute in an import task definition that specifies the
+ * off-heap memory size used during the import.
+ */
+ public static final String ATTR_IMPORT_OFFHEAP_SIZE =
+ NAME_PREFIX_TASK + "import-offheap-size";
+
+ /**
* The name of the attribute in an import task definition that specifies
* whether the import process should append to the existing database rather
* than overwriting it.
--
Gitblit v1.10.0