Skip to content

Commit

Permalink
Merge "Increase memory value for slave nodes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 21, 2015
2 parents 2461c7e + 7e69c94 commit c9a0b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
HARDWARE = {
"admin_node_memory": int(os.environ.get("ADMIN_NODE_MEMORY", 2048)),
"admin_node_cpu": int(os.environ.get("ADMIN_NODE_CPU", 2)),
"slave_node_cpu": int(os.environ.get("SLAVE_NODE_CPU", 1)),
"slave_node_memory": int(os.environ.get("SLAVE_NODE_MEMORY", 2560)),
"slave_node_cpu": int(os.environ.get("SLAVE_NODE_CPU", 2)),
"slave_node_memory": int(os.environ.get("SLAVE_NODE_MEMORY", 3027)),
}

USE_ALL_DISKS = os.environ.get('USE_ALL_DISKS', 'true') == 'true'
Expand Down

0 comments on commit c9a0b28

Please sign in to comment.