R
RunPod6mo ago
Aruj

How to give docker run args like --ipc=host in serverless endpoints

How to give docker run args like --ipc=host in serverless endpoints
3 Replies
Jason
Jason6mo ago
You cant.. its pre-set by runpod
Aruj
ArujOP6mo ago
Is it possible to increase shared memory between processes using some other method?
Jason
Jason6mo ago
shm? oh can't be changed Here are some potential workarounds, though their effectiveness may vary depending on RunPod's specific configuration: Use memory-mapped files for inter-process communication Implement a custom shared memory solution within your application if you want you can select bigger RAM in pods but not sure if serverless

Did you find this page helpful?