aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2017-10-17 15:55:39 +0200
committerDarkelarious <darkelarious@333networks.com>2017-10-17 15:55:39 +0200
commit2aed5c766f7a3ba5ff3c258b9a46a340ed04ae7a (patch)
tree673ae24b4519972b8ae8acde094a72e39b99a9df /README
parent1ba03ab6fdd0dcb1193480eeac21948fa61232df (diff)
downloadMasterServer-Perl-2aed5c766f7a3ba5ff3c258b9a46a340ed04ae7a.tar.gz
MasterServer-Perl-2aed5c766f7a3ba5ff3c258b9a46a340ed04ae7a.zip
memory leak on certain installations explained
Diffstat (limited to 'README')
-rwxr-xr-xREADME10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index f5c2159..6457477 100755
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ AUTHOR
REQUIREMENTS
- Postgresql, SQLite3
- - Perl 5.10 or above
+ - Perl 5.22 or above
- The following CPAN modules:
AnyEvent
AnyEvent::Handle::UDP
@@ -257,6 +257,14 @@ KNOWN ISSUES
There are a few known issues that will be resolved in future versions. The
following issues are listed and do not need to be reported.
+ Memory Expansion
+ On some operating systems and with certain CPAN module versions, the memory
+ usages keeps increasing to the point where the entire OS crashes or freezes.
+ For some CPAN modules has been confirmed that they contribute to this. This
+ goes for AnyEvent::UDP::Handle v0.048 on Ubuntu Server 14.04. Try downgrading
+ to version v0.043 to temporary solve the problem. This will reduce if not
+ stop the memory increase.
+
This README file is unnecessary long. Over the time we have added a lot of
functions and therefore a lot of documentation. This README file becomes
bloated with things everybody already knows or does not intend to use. There