From 8d21ebb323d9e99ff37ac44ec7278924d3da55bb Mon Sep 17 00:00:00 2001 From: jsteemann Date: Thu, 30 Aug 2018 00:11:44 +0200 Subject: [PATCH] some more sentence about usage of V8 --- Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md index c6d1fcdcb2..4a0f64baf6 100644 --- a/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md +++ b/Documentation/Books/Manual/ReleaseNotes/NewFeatures34.md @@ -893,8 +893,10 @@ will not require as many V8 contexts as previous versions. This should reduce problems with servers running out of available V8 contexts or using a lot of memory just for keeping V8 contexts around. -As a consequence, ArangoDB agency nodes in 3.4 will now turn off the V8 JavaScript -engine at startup automatically. +As a consequence, ArangoDB agency and database server nodes in an ArangoDB 3.4 +cluster will now turn off the V8 JavaScript engine at startup entirely and automatically. +The V8 engine will still be enabled on cluster coordinators, single server and +active failover instances. Foxx