diff --git a/proton b/proton index 6d500667..e0e1dfa0 100755 --- a/proton +++ b/proton @@ -1468,7 +1468,7 @@ class Session: # check for low fd limit _soft_limit, hard_limit = resource.getrlimit(resource.RLIMIT_NOFILE) if hard_limit < 524288: - self.log_file.write(f"WARNING: Low file descriptor limit: {hard_limit}\n") + self.log_file.write(f"WARNING: Low file descriptor limit: {hard_limit} (see https://github.com/ValveSoftware/Proton/wiki/File-Descriptors)\n") self.log_file.write("======================\n") self.log_file.flush()