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 /features
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 'features')
-rw-r--r--features/rcp.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/rcp.feature/feature.xml b/features/rcp.feature/feature.xml
index 6447fa08f..8ec5c859f 100644
--- a/features/rcp.feature/feature.xml
+++ b/features/rcp.feature/feature.xml
@@ -225,6 +225,13 @@ http://www.apache.org/licenses/
unpack="false"/>
<plugin
+ id="org.apache.commons.io"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.apache.commons.lang"
download-size="0"
install-size="0"