Thanks for the clarification as well, Jeff. The information I provided above only applies to apps deployed using the Java 8 runtime on GAE Standard, though. I’m currently not aware of circumstances when a F1 instance would allocate 256 MB when in use with Python 2.7 on GAE Standard.
In any case, replying to your initial question, there currently aren't any changes to the size and speed of instance classes on GAE Standard. Apart from the small aside on the Java runtime I explained above, the official documentation [1] indeed provides accurate info regarding how much heap memory and CPU your application has available for usage. [1] https://cloud.google.com/appengine/docs/standard/#instance_classes On Friday, January 4, 2019 at 7:08:30 PM UTC-5, Jeff O'Neill wrote: > > Thanks for the explanation. I'm using Python 2.7 on GAE standard so the > same issue must apply there as well. > > > On Fri, Jan 4, 2019 at 6:45 PM 'Tiago (Google Cloud Platform Support)' via > Google App Engine <[email protected] <javascript:>> wrote: > >> Hi, >> >> If you’re using the Java runtime on GAE Standard, since its updated from >> 32 to 64-bit in the Version 1.9.40, the Developer Console indeed reports a >> higher memory [1] usage for all associated instances. Specifically, small >> instances show double their sizes (in line with Jeff’s observation above), >> while larger instances show a smaller increase factor. >> >> Keep in mind that this increase is in off-heap memory. The amount of heap >> memory that your application can access in F1 or other instances is still >> in line with what’s described in the official documentation. >> >> [1] >> https://cloud.google.com/appengine/docs/standard/java/release-notes#july_21_2016 >> >> >> On Tuesday, January 1, 2019 at 1:08:43 AM UTC-5, Tapir wrote: >>> >>> 128M is not enough to run a simple Java web app. >>> >>> On Monday, December 31, 2018 at 5:25:26 PM UTC-4, Jeff O'Neill wrote: >>>> >>>> Hi George, >>>> >>>> My interest in upgrading is faster processors. I have some fairly >>>> computational tasks that I would like to get done more quickly. >>>> >>>> My F1 instances have 256MB. They regularly go above 128MB and when >>>> they exceed 256MB, I get this message in my logs: >>>> >>>> Exceeded soft memory limit of 256 MB with 264 MB after servicing... >>>> >>>> >>>> So despite that the docs say that F1 instances have 128MB, mine >>>> actually have 256MB. >>>> >>>> Jeff >>>> >>>> >>>> On Mon, Dec 31, 2018 at 3:00 PM 'George (Cloud Platform Support)' via >>>> Google App Engine <[email protected]> wrote: >>>> >>>>> Hello Jeff, >>>>> >>>>> You might have discovered a discrepancy in different documentation >>>>> pages. Where did you see 256MB value being indicated? Not aware of any >>>>> similar changes in F1 values right now. >>>>> >>>>> What would you like to upgrade to? What specific advantages are you >>>>> looking for, with this prospective upgrade? >>>>> >>>>> -- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "Google App Engine" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/google-appengine/OG1Vsif3D5E/unsubscribe >>>>> . >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at https://groups.google.com/group/google-appengine. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/google-appengine/5367b2d7-7086-476d-aef0-767b3390c53d%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/google-appengine/5367b2d7-7086-476d-aef0-767b3390c53d%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google App Engine" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-appengine/OG1Vsif3D5E/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/google-appengine. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/74813641-bc8e-46e0-a8e7-244de553c632%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/74813641-bc8e-46e0-a8e7-244de553c632%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f60d5989-be34-420d-87ba-fc657d82288a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
