We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f910ee commit 5fa05ceCopy full SHA for 5fa05ce
README.md
@@ -33,8 +33,8 @@ use Ziming\LaravelMemoryHealthCheck\UsedMemoryCheck;
33
34
Health::checks([
35
UsedMemoryCheck::new()
36
- ->warnWhenUsedSpaceIsAbovePercentage(70)
37
- ->failWhenUsedSpaceIsAbovePercentage(90),
+ ->warnWhenUsedMemoryIsAbovePercentage(70)
+ ->failWhenUsedMemoryIsAbovePercentage(90),
38
]);
39
```
40
0 commit comments