mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:08:32 +08:00
132f133214
* Limit number of concurrent workers started by hardware concurrency. * Check if std::thread::hardware_concurrency() returns 0. * Pass in max concurrency from Python. * Fix Java call to startRaylet. * Fix typo * Remove unnecessary cast. * Fix linting. * Cleanups on Java side. * Comment back in actor test. * Require maximum_startup_concurrency to be at least 1. * Fix linting and test. * Improve documentation. * Fix typo.