Commit 961f04c1 authored by 智勇's avatar 智勇

资源调整

parent c1f905ea
...@@ -55,6 +55,11 @@ const memoryV2 = { ...@@ -55,6 +55,11 @@ const memoryV2 = {
limit: 300, limit: 300,
} }
const memoryV2P = {
request: 600,
limit: 600,
}
const memoryV3 = { const memoryV3 = {
request: 1000, request: 1000,
limit: 1000, limit: 1000,
...@@ -106,11 +111,11 @@ const defaultPython = { ...@@ -106,11 +111,11 @@ const defaultPython = {
} }
const defaultJava = { const defaultJava = {
memory: memoryV3, memory: memoryV2P,
cpu: cpuV3, cpu: cpuV3,
} }
projectConfig['xyqb-mall'] = projectConfig.xyqb = { projectConfig['cash-loan-flow'] = projectConfig['gu-bei'] = projectConfig['merchant-backend'] = projectConfig['xyqb-mall'] = projectConfig.xyqb = {
memory: memoryV3, memory: memoryV3,
cpu: cpuV4, cpu: cpuV4,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment