On Thu, Feb 20, 2014 at 11:03 AM, Tapir <[email protected]> wrote:

>
>
> On Thursday, February 20, 2014 6:45:43 PM UTC+8, barryhunter wrote:
>>
>>
>>
>>>>
>>>>
>>>
>>> My app is still in the development stage. It has a small traffic now (<
>>> 1000 pageviews/day).
>>> I really need a workable configuration which will make sure it will
>>> never be charged more than 28 hours.
>>>
>>>
>> In general there isn't one. Other than disabling billing, so you can't
>> use anything outside the free quota :)
>>
>
> For free account can't create resident instance, disabling billing means
> many warmup requests.
>

Well if you want to use a resident instance, then by definition you pretty
much can't fit in the free limit!

You can't have your cake and eat it you know.


> Really fell helpless. :(
> Why there is no a "disable_dynamic_instances" setting? I really think the
> only resident instance is enough for my app.
>
>

Because Appengine is designed to scale, artificial limits are sort of
the antithesis.


Having said that, there is an option to disable the automatic scaling, by
way of modules
https://developers.google.com/appengine/docs/java/modules/#Java_Instance_scaling_and_class

but again you can't do that within the free quota. Only get 8 hours worth.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to