[Java] Add jvm-parameters in Config. (#3065)

This commit is contained in:
Wang Qing
2018-10-17 06:03:18 +08:00
committed by Hao Chen
parent 4d8cfc0bf5
commit 64e5eb305e
3 changed files with 15 additions and 2 deletions
@@ -43,6 +43,9 @@ ray {
// Otherwise, output will be printed to console.
redirect-output: true
// Custom worker jvm parameters.
worker.jvm-parameters: []
// Custom `java.library.path`
// Note, do not use `dir1:dir2` format, put each dir as a list item.
library.path: []