mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 07:34:30 +08:00
Split profile table among many keys in the GCS. (#3676)
* Divide profile table among many keys in GCS. * Fix, and remove --collect-profiling-data arg. * Remove reference in doc.
This commit is contained in:
committed by
Philipp Moritz
parent
93e9d2b82c
commit
b6bcd18d65
@@ -51,11 +51,6 @@ parser.add_argument(
|
||||
type=str,
|
||||
default=ray_constants.LOGGER_FORMAT,
|
||||
help=ray_constants.LOGGER_FORMAT_HELP)
|
||||
parser.add_argument(
|
||||
"--collect-profiling-data",
|
||||
type=int, # int since argparse can't handle bool values
|
||||
default=1,
|
||||
help="Whether to collect profiling data from workers.")
|
||||
parser.add_argument(
|
||||
"--temp-dir",
|
||||
required=False,
|
||||
|
||||
Reference in New Issue
Block a user