diff --git a/releasenotes/notes/resources-customized-5f5382d40e375dc1.yaml b/releasenotes/notes/resources-customized-5f5382d40e375dc1.yaml new file mode 100644 index 00000000..b8d10fd4 --- /dev/null +++ b/releasenotes/notes/resources-customized-5f5382d40e375dc1.yaml @@ -0,0 +1,10 @@ +--- +prelude: > + Support customizing resource limitation for functions, both cpu and memory + are supported. +features: + - | + Support customizing memory and cpu resource limitation for functions. The + user can specify ``memory_size`` and ``cpu`` when creating functions, + otherwise the default values are used. Refer to Qinling documentation for + more details.