Add release note for customized memory and cpu resources feature

Change-Id: I667b6e1737b5c001e6a13914bab725d1c7094fde
Story: 2001586
Task: 14367
This commit is contained in:
Jiangyuan 2018-06-07 22:05:01 +08:00 committed by Lingxian Kong
parent 2045799772
commit 180e1c6953
1 changed files with 10 additions and 0 deletions

View File

@ -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.