R
RunPod4mo 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
nerdylive
nerdylive4mo ago
You cant.. its pre-set by runpod
Aruj
ArujOP4mo ago
Is it possible to increase shared memory between processes using some other method?
nerdylive
nerdylive4mo 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?