• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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
 
Warning! Way too comfortable! Do not sit! Try reading this tiny ad instead:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic