Skip to content

Commit

Permalink
Update vertical scaling test requested resources
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymBilenko authored and Aleksandr Blatov committed Oct 23, 2018
1 parent 6a47cd4 commit a47d813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Vertical-Scaling/performance.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node {
def legion = load legion()

legion.pod(ram: '10Gi') {
legion.pod(cpu: '7') {
stage('System info'){
sh "df -h"
sh "cat /proc/cpuinfo"
Expand Down

0 comments on commit a47d813

Please sign in to comment.