Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c2440221
Commit
c2440221
authored
Aug 26, 2016
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 26, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #31500 from wojtek-t/tweak_resource_limits
Automatic merge from submit-queue Tweak resource constraints in scalability tests [flaky tests fix] Ref #31105
parents
88f6a67c
c106646d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
density.go
test/e2e/density.go
+3
-3
No files found.
test/e2e/density.go
View file @
c2440221
...
...
@@ -88,10 +88,10 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
schedulerMem
=
500
*
(
1024
*
1024
)
}
else
if
numNodes
<=
500
{
apiserverCPU
=
2.25
apiserverMem
=
3
3
00
*
(
1024
*
1024
)
apiserverMem
=
3
4
00
*
(
1024
*
1024
)
controllerCPU
=
1.3
controllerMem
=
1100
*
(
1024
*
1024
)
schedulerCPU
=
1.
0
schedulerCPU
=
1.
5
schedulerMem
=
500
*
(
1024
*
1024
)
}
else
if
numNodes
<=
1000
{
apiserverCPU
=
4
...
...
@@ -106,7 +106,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
// TODO: Investigate higher apiserver consumption and
// potentially revert to 1.5cpu and 1.3GB - see #30871
apiserverCPU
=
1.8
apiserverMem
=
2
0
00
*
(
1024
*
1024
)
apiserverMem
=
2
2
00
*
(
1024
*
1024
)
controllerCPU
=
0.5
controllerMem
=
300
*
(
1024
*
1024
)
schedulerCPU
=
0.4
...
...
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