Merge "Increase redis maxmemory to 512m on ask.o.o"

This commit is contained in:
Jenkins 2015-04-10 00:48:19 +00:00 committed by Gerrit Code Review
commit bc9aeb584e

View File

@ -10,7 +10,7 @@ class openstack_project::ask (
$slot_name = 'slot0',
$redis_enabled = true,
$redis_port = '6378',
$redis_max_memory = '256m',
$redis_max_memory = '512m',
$redis_bind = '127.0.0.1',
$redis_password = undef,
$site_ssl_enabled = true,
@ -135,4 +135,4 @@ class openstack_project::ask (
db_password => $db_password,
require => [ Class['redis'], Class['askbot'] ],
}
}
}