Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <mail@stefan-seelmann.de>2018-05-21 23:15:21 +0300
committerStefan Seelmann <mail@stefan-seelmann.de>2018-05-21 23:15:21 +0300
commite2df0914247eb9537263d90a9bcf986b5cee5e45 (patch)
treecff1ac17cddd82aea2ed4b1186f8ab0ab805aaf8 /pom.xml
parent2730f3087cf7678bf7df8bb792f8062067b6de1a (diff)
DIRSTUDIO-1148: Fix OOM caused by large log file
* Limit the max amount of characters shown in the console * Don't read the full log file on server start * Use commons-io Tailer class to follow log file
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 50795fede..4445687da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,8 @@
<org.apache.commons.codec.bundleversion>1.11.0</org.apache.commons.codec.bundleversion>
<org.apache.commons.collections.version>3.2.2</org.apache.commons.collections.version>
<org.apache.commons.collections.bundleversion>3.2.2</org.apache.commons.collections.bundleversion>
+ <org.apache.commons.io.version>2.6</org.apache.commons.io.version>
+ <org.apache.commons.io.bundleversion>2.6.0</org.apache.commons.io.bundleversion>
<org.apache.commons.lang.version>2.6</org.apache.commons.lang.version>
<org.apache.commons.lang.bundleversion>2.6.0</org.apache.commons.lang.bundleversion>
<org.apache.commons.pool.version>2.5.0</org.apache.commons.pool.version>