Skip to content

Commit

Permalink
Update danger level to 1GB hard drive space left.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jan 11, 2024
1 parent 4058b1a commit 9f5734a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public static IMachineBuilder AddBuildJobService(this IMachineBuilder builder)
builder.Services
.AddHealthChecks()
.AddDiskStorageHealthCheck(
x => x.AddDrive(driveLetter, 2_000_000),
x => x.AddDrive(driveLetter, 1_000), // 1GB
"SMT Engine Storage Capacity",
HealthStatus.Degraded
);
Expand Down

0 comments on commit 9f5734a

Please sign in to comment.