File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2021-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1
+ // Copyright 2021-2023 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
2
//
3
3
// Redistribution and use in source and binary forms, with or without
4
4
// modification, are permitted provided that the following conditions
@@ -188,8 +188,8 @@ SharedMemoryManager::GrowIfNeeded(uint64_t byte_size)
188
188
}
189
189
catch (bi::interprocess_exception& ex) {
190
190
std::string error_message =
191
- (" Failed to increase the shared memory pool size to " +
192
- std::to_string (*total_size_) +
191
+ (" Failed to increase the shared memory pool size for key ' " +
192
+ shm_region_name_ + " ' to " + std::to_string (*total_size_) +
193
193
" bytes. If you are running Triton inside docker, use '--shm-size' "
194
194
" flag to control the shared memory region size. Error: " +
195
195
ex.what ());
You can’t perform that action at this time.
0 commit comments