It doesn't work that way. Setting max idle instances to 1 changes the number of idle instances, not necessarily the total number of instances.
There is no way to do what the previous poster wants to do - keep a single instance in the cluster so he/she doesn't have to worry about instance memory synchronization issues. GAE is not designed this way. It is possible to create a single backend that works this way, however. I'm not sure how - or if - you can direct traffic from a "normal" domain name like www.example.com to a backend. Jeff 2012/4/9 András Belicza <icz...@gmail.com>: > If you have billing enabled, you can set the min idle instances and the max > idle instances separately. > Therefore if you sent the min and the max idle instances to 1, you will have > 1 instance, a resident instance at any time. > > > On Friday, April 6, 2012 1:51:44 PM UTC+2, Ijaja wrote: >> >> Hi, >> >> is there a way to restrict the number of instances for my application >> to really one?!! >> >> Using the slider, to set maximum instances to 1 does not seem to work. >> I understand, that this is obvious only intended to restrict the >> amount i have to pay, >> but google spends nevertheless more instances. I want really to >> restrict it, because >> my application uses caching, which may result in inconsistent data >> views! >> >> >> greets, ijaja > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/5uwDJvTbJnAJ. > > To post to this group, send email to google-appengine@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.