Cache optimizations (#418)
This commit is contained in:
@@ -149,7 +149,8 @@ class ServerArgs:
|
||||
"--schedule-heuristic",
|
||||
type=str,
|
||||
default=ServerArgs.schedule_heuristic,
|
||||
help="Schudule mode: [lpm, weight, random, fcfs]",
|
||||
choices=["lpm", "random", "fcfs", "dfs-weight"],
|
||||
help="Scheduling Heuristic.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--schedule-conservativeness",
|
||||
|
||||
Reference in New Issue
Block a user