Skip to content

Instantly share code, notes, and snippets.

@itaifrenkel
Created November 2, 2012 12:45
Show Gist options
  • Save itaifrenkel/4001155 to your computer and use it in GitHub Desktop.
Save itaifrenkel/4001155 to your computer and use it in GitHub Desktop.
Recipe - Location Aware Scaling Rules
service {
extend "../../../services/tomcat"
numInstances 4
minAllowedInstances 4
maxAllowedInstances 10
locationAware true
minAllowedInstancesPerLocation 2
maxAllowedInstancesPerLocation 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment