1
0
Fork 0

some more sentence about usage of V8

This commit is contained in:
jsteemann 2018-08-30 00:11:44 +02:00
parent 6ac135e876
commit 8d21ebb323
1 changed files with 4 additions and 2 deletions

View File

@ -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