• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Does OpenShift scale automatically?

 
Ranch Hand
Posts: 477
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How effective is the gear addition /removal mechanism of OpenShift? I am looking to create a mini web based application , but dont really know my consumer base yet. So will Openshift scale up/down automatically?
 
author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vic Hood wrote:How effective is the gear addition /removal mechanism of OpenShift? I am looking to create a mini web based application , but dont really know my consumer base yet. So will Openshift scale up/down automatically?



The scaling feature when applied scales for web traffic, it does not scale for memory consumption. Good to know based on a java application being hosted or a web application. If you need scaling for web application (traffic) then it will keep adding gears as needed up to your limit and back down as needed when traffic subsides. If you are using the free version, you get 3 gears to scale with, assuming you have not used any for another application/instance of OpenShift.

-- erics
 
Cob is sand, clay and sometimes straw. This tiny ad is made of cob:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic