Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting of .v8-contexts does not work i.e. it takes no effect, although no error was reported.
.v8-contexts
My deployment script/yaml:
args: apiVersion: "database.arangodb.com/v1alpha" kind: "ArangoDeployment" metadata: name: "arangodb" spec: mode: Cluster image: arangodb/arangodb-preview:v3.4.0-rc.4 coordinators: count: 3 args: - --javascript.v8-contexts=4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
My Environment
Issue
Setting of
.v8-contexts
does not work i.e. it takes no effect, although no error was reported.My deployment script/yaml:
The text was updated successfully, but these errors were encountered: