Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tke-eos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
tke-eos
Commits
2acc73ae
Commit
2acc73ae
authored
Jun 26, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新基础服务资源限制
parent
6c085281
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
resourceLimit.js
serviceTemplate/resourceLimit.js
+4
-4
No files found.
serviceTemplate/resourceLimit.js
View file @
2acc73ae
...
...
@@ -47,7 +47,7 @@ const defaultPython = {
const
defaultRedis
=
{
memory
:
{
request
:
4
0
,
request
:
10
0
,
limit
:
100
,
},
cpu
:
{
...
...
@@ -58,7 +58,7 @@ const defaultRedis = {
const
defaultZookeeper
=
{
memory
:
{
request
:
1
00
,
request
:
3
00
,
limit
:
300
,
},
cpu
:
{
...
...
@@ -70,7 +70,7 @@ const defaultZookeeper = {
const
defaultMysql
=
{
memory
:
{
request
:
1024
,
limit
:
1
500
,
limit
:
1
024
,
},
cpu
:
{
request
:
200
,
...
...
@@ -80,7 +80,7 @@ const defaultMysql = {
const
defaultRabbitmq
=
{
memory
:
{
request
:
3
00
,
request
:
8
00
,
limit
:
800
,
},
cpu
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment