I need a safe place to run user code that operates on given images, so I'm trying this project. I've tried encoding these images in base64 and passing them as a variable, but I get a PayloadTooLargeError or SIGKILL.
Is there a way to increase the maximum payload size? Or is there a better solution to this problem?
I need a safe place to run user code that operates on given images, so I'm trying this project. I've tried encoding these images in base64 and passing them as a variable, but I get a PayloadTooLargeError or SIGKILL.
Is there a way to increase the maximum payload size? Or is there a better solution to this problem?
example of SIGKILL error