[Java] Single-process mode (#4245)

This commit is contained in:
bibabolynn
2019-03-05 13:50:20 +08:00
committed by Hao Chen
parent fa8c07dd19
commit c73d5086f3
17 changed files with 280 additions and 59 deletions
@@ -95,4 +95,12 @@ ray {
}
}
// ----------------------------
// configurations under SINGLE_PROCESS mode
// ----------------------------
dev-runtime {
// Number of threads that you process tasks
execution-parallelism: 5
}
}