We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7015e68 commit 08b0644Copy full SHA for 08b0644
2 files changed
start-mcp-ever-art/publish.yaml
@@ -1,7 +1,7 @@
1
Edition: 3.0.0
2
Type: Project
3
Name: start-mcp-ever-art
4
-Version: 0.0.2
+Version: 0.0.3
5
Provider:
6
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
7
Description: EverArt MCP Server
start-mcp-ever-art/src/s.yaml
@@ -13,9 +13,9 @@ resources:
13
functionName: "{{ functionName }}"
14
description: mcp server deployed by devs
15
runtime: custom.debian10
16
- timeout: 600
17
- cpu: 0.5
18
- memorySize: 512
+ timeout: 300
+ cpu: 1
+ memorySize: 2048
19
diskSize: 512
20
instanceConcurrency: 100
21
logConfig: auto
0 commit comments