demo/digitalocean: realistic redis requirements

This commit is contained in:
Ryan Uber 2015-09-26 11:17:24 -07:00
parent caee693215
commit d8f0519451
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ job "bench" {
}
resources {
cpu = 10
memory = 10
cpu = 100
memory = 100
}
}
}