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