On Fri, Oct 3, 2014 at 5:53 AM, Nial Giacomelli <
[email protected]> wrote:

> However, when attempting to deploy these changes via the command line I'm
> warned:
>
> WARNING: Performance settings included in this update are being ignored
>> because your application is not using the Modules feature.
>>
>
> My understanding is that all applications must have a default module, and
> that app.yaml should by default act as a configuration for that default
> module. As previously stated, my application is relatively simple and
> doesn't need to be broken into multiple modules. As such, I'm just looking
> to configure instance behaviour for the application as a whole. Could
> anyone point me in the right direction and tell me what I'm missing?
>



Try going to the App Engine console at appspot.com, click on your
application ID, and go to the Application Settings page (the link is on the
left hand navigation bar. Then scroll down until you see a performance
section similar to this: http://imgur.com/8gNdJoL

If you see a section that looks like the above picture, then the frontend
hasn't been migrated to be module-based
<https://cloud.google.com/appengine/docs/java/modules/converting#Java_Migrating_an_existing_frontend_to_Modules>yet.
You can set the performance settings by adjusting the slider bars there,
just not via app.yaml that you already tried.

If you have a desperate need to set scaling within app.yaml, then you can
add another module to your PHP app and upload it. App Engine should
automatically recognize the different modules and use the settings
specified in app.yaml. This other module doesn't need much; you can add a
simple Hello World script to it and the module will work fine.



-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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/d/optout.

Reply via email to