| 49 | false, false); |
| 50 | |
| 51 | static bool validate_bytes_string(const char *flagname, |
| 52 | const std::string &value) { |
| 53 | return parse_bytes_string(value).has_value(); |
| 54 | } |
| 55 | DEFINE_validator(total_mem_limit, &validate_bytes_string); |
| 56 | |
| 57 | DEFINE_OPTION(total_rw_mem_ratio, double, 0.6, |
nothing calls this directly
no test coverage detected