Skip to content

Commit

Permalink
Merge pull request #7397 from alrossi/fix/9.2/qos-threshold-warning
Browse files Browse the repository at this point in the history
dcache-qos: correction to the threshold warning
  • Loading branch information
svemeyer authored Oct 18, 2023
2 parents 49b35d3 + 38678c9 commit 70cee62
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ public abstract class InitializerAwareCommand implements Callable<String> {
protected static final String REQUIRE_LIMIT =
"The current table contains %s entries; listing them all "
+ "could cause an out-of-memory error and "
+ "cause the resilience system to fail and/or "
+ "restarts; if you wish to proceed "
+ "cause failure and/or restart; if you wish to proceed "
+ "with this listing, reissue the command "
+ "with the explicit option '-limit=%s'";

Expand Down

0 comments on commit 70cee62

Please sign in to comment.