From acac2a13ebe79697f86272cacd61541955c9d343 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Date: Thu, 16 Jun 2016 09:14:13 +0000
Subject: [PATCH] OPENDJ-3123: Reduce memory pressure by limiting the number of thread.
---
opendj-server-legacy/src/main/java/org/opends/server/config/ConfigConstants.java | 7 -------
1 files changed, 0 insertions(+), 7 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 736660f..03f0e73 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
@@ -3829,13 +3829,6 @@
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