Skip to content

Commit

Permalink
[#518] change requested resources to 12 GB Ram
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Blatov committed Oct 15, 2018
1 parent 86375c9 commit da9a015
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(cpu: '7') {
legion.pod(ram: '12Gi') {
stage('System info'){
sh "df -h"
sh "cat /proc/cpuinfo"
Expand Down

0 comments on commit da9a015

Please sign in to comment.