Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Jan 25, 2025
1 parent 81b1055 commit bdcb3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -2772,7 +2772,7 @@ struct rmsummary *vine_manager_choose_resources_for_task(struct vine_manager *q,
}

if (q->proportional_resources) {
/* For disk, if using proportional allocation, scale the estimated disk allocation by a [0, 1] factor (by default 0.75) to intentionally
/* For disk, if using proportional allocation, scale the estimated disk allocation by a [0, 1] factor (by default 0.75) to intentionally
* reserve some space for data movement between the sandbox and cache, and allow extra room for potential cache growth. */
limits->disk *= q->disk_proportion_available_to_task;
}
Expand Down

0 comments on commit bdcb3d3

Please sign in to comment.