Skip to content

Commit e9c36f1

Browse files
committed
adjust cpu/mem to 1C2G
1 parent 2d1d723 commit e9c36f1

File tree

22 files changed

+35
-35
lines changed

22 files changed

+35
-35
lines changed

start-mcp-amap-maps/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-mcp-amap-maps
4-
Version: 0.0.6
4+
Version: 0.0.7
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: MCP Server for the AMap Map API

start-mcp-amap-maps/src/s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ resources:
1414
description: mcp server deployed by devs
1515
runtime: custom.debian10
1616
timeout: 300
17-
cpu: 0.5
18-
memorySize: 512
17+
cpu: 1
18+
memorySize: 2048
1919
diskSize: 512
2020
instanceConcurrency: 200
2121
logConfig: auto

start-mcp-brave-search/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-mcp-brave-search
4-
Version: 0.0.2
4+
Version: 0.0.3
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: Brave Search MCP Server

start-mcp-brave-search/src/s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ resources:
1313
functionName: "{{ functionName }}"
1414
description: mcp server deployed by devs
1515
runtime: custom.debian10
16-
timeout: 600
17-
cpu: 0.5
18-
memorySize: 512
16+
timeout: 300
17+
cpu: 1
18+
memorySize: 2048
1919
diskSize: 512
2020
instanceConcurrency: 100
2121
logConfig: auto

start-mcp-chatppt/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-mcp-chatppt
4-
Version: 0.0.1
4+
Version: 0.0.2
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: ChatPPT MCP Server 模版

start-mcp-chatppt/src/s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ resources:
1717
handler: index.handler
1818
timeout: 300
1919
instanceConcurrency: 100
20-
cpu: 0.5
21-
memorySize: 512
20+
cpu: 1
21+
memorySize: 2048
2222
diskSize: 512
2323
logConfig: auto
2424
environmentVariables:

start-mcp-financial-datasets/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-mcp-financial-datasets
4-
Version: 0.0.3
4+
Version: 0.0.4
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: Financial Datasets MCP Server 模版

start-mcp-financial-datasets/src/s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ resources:
1717
handler: index.handler
1818
timeout: 300
1919
instanceConcurrency: 100
20-
cpu: 0.5
21-
memorySize: 512
20+
cpu: 1
21+
memorySize: 2048
2222
diskSize: 512
2323
logConfig: auto
2424
environmentVariables:

start-mcp-gitlab/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Edition: 3.0.0
22
Type: Project
33
Name: start-mcp-gitlab
4-
Version: 0.0.2
4+
Version: 0.0.3
55
Provider:
66
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
77
Description: Gitlab MCP Server 模版

start-mcp-gitlab/src/s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ resources:
1313
functionName: "{{ functionName }}"
1414
description: mcp server deployed by devs
1515
runtime: custom.debian10
16-
timeout: 600
17-
cpu: 0.5
18-
memorySize: 512
16+
timeout: 300
17+
cpu: 1
18+
memorySize: 2048
1919
diskSize: 512
2020
instanceConcurrency: 100
2121
logConfig: auto

0 commit comments

Comments
 (0)