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 35fd427 commit f294e53Copy full SHA for f294e53
lightllm/utils/shm_utils.py
@@ -5,8 +5,8 @@
5
6
logger = logging.getLogger(__name__)
7
8
-MAX_RETRIES = 10
9
-RETRY_DELAY = 0.1 # seconds
+MAX_RETRIES = 25
+RETRY_DELAY = 0.2 # seconds
10
11
12
def create_or_link_shm(name: str, expected_size: int) -> shared_memory.SharedMemory:
0 commit comments