1
0
Fork 0

slightly adjust warning message

This commit is contained in:
jsteemann 2017-06-01 00:49:06 +02:00
parent f4d435d140
commit c4a80b60f8
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void EnvironmentFeature::prepare() {
// environment variable not set
LOG_TOPIC(WARN, arangodb::Logger::MEMORY)
<< "environment variable GLIBCXX_FORCE_NEW' is not set. "
<< "it is recommended to set it to some value to avoid memory pooling "
<< "it is recommended to set it to some value to avoid unnecessary memory pooling "
"in glibc++";
LOG_TOPIC(WARN, arangodb::Logger::MEMORY)
<< "execute 'export GLIBCXX_FORCE_NEW=1'";