Was this helpful?
UDF Container Memory Limit
The UDF container has the ability to limit the amount of memory UDFs can consume while running. This setting is controlled by the -m option in the Docker run command. The default memory size is 512MB and this is shared by in process UDFs (running UDFs).
Note:  When running non-containerized UDFs, there is no specific limit placed on the amount of memory for UDFs beyond the Operating System (OS) limitations. It is possible to limit the memory consumed by non-containerized UDFs using Linux cgroups.
Last modified date: 12/19/2024