Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die App Engine-Standardumgebung basiert auf Containerinstanzen, die auf der Infrastruktur von Google ausgeführt werden. Container sind mit einer von mehreren verfügbaren Laufzeiten vorkonfiguriert.
Die Standardumgebung erleichtert das Erstellen und Bereitstellen von Anwendungen, die auch unter hoher Last und mit großen Datenmengen zuverlässig ausgeführt werden.
Anwendungen werden in einer sicheren Sandbox-Umgebung ausgeführt, sodass die Standardumgebung Anfragen auf mehrere Server verteilen und Server skalieren kann, um die Trafficanforderungen zu erfüllen. Ihre Anwendung wird in einer eigenen sicheren und zuverlässigen Umgebung ausgeführt, die von der Hardware, dem Betriebssystem und dem physischen Standort des Servers unabhängig ist.
Sprachen und Laufzeiten in der Standardumgebung
Die Standardumgebung unterstützt die folgenden Sprachen:
Die Instanzklasse bestimmt die Menge des für jede Instanz verfügbaren Arbeitsspeichers und der verfügbaren CPU, die Menge des kostenlosen Kontingents und die Kosten pro Stunde, nachdem Ihre Anwendung das kostenlose Kontingent überschreitet.
Bei allen Laufzeitgenerationen umfasst das Arbeitsspeicherlimit den von Ihrer Anwendung verwendeten Arbeitsspeicher und den Arbeitsspeicher, den die Laufzeit selbst für die Ausführung Ihrer Anwendung benötigt. Die Java-Laufzeiten benötigen mehr Arbeitsspeicher zur Ausführung Ihrer Anwendung als andere Laufzeiten.
Wenn Sie die Standardinstanzklasse überschreiben möchten, verwenden Sie die Einstellung instance_class in der app.yaml-Datei Ihrer Anwendung.
Instanzklasse
Speicherlimit
CPU-Limit
Unterstützte Skalierungstypen
F1 (Standard)
384 MB
600 MHz
automatisch
F2
768 MB
1,2 GHz
automatisch
F4
1536 MB
2,4 GHz
automatisch
F4_1G
3072 MB
2,4 GHz
automatisch
B1
384 MB
600 MHz
manuell, einfach
B2 (Standard)
768 MB
1,2 GHz
manuell, einfach
B4
1536 MB
2,4 GHz
manuell, einfach
B4_1G
3072 MB
2,4 GHz
manuell, einfach
B8
3072 MB
4,8 GHz
manuell, einfach
Kontingente und Limits
In der Standardumgebung sind 1 GiB Datenspeicher und Traffic kostenlos. Durch die Aktivierung kostenpflichtiger Anwendungen kann dies erhöht werden. Einige Funktionen schreiben jedoch Limits vor, um die Stabilität des Systems zu schützen. Diese Limits hängen nicht mit Kontingenten zusammen. Weitere Informationen zu Kontingenten sowie Möglichkeiten, diese entsprechend Ihren Anforderungen zu bearbeiten, finden Sie unter Kontingente.
Jetzt testen
Wenn Sie mit Google Cloud noch nicht vertraut sind, erstellen Sie einfach ein Konto, um die Leistungsfähigkeit von App Engine in der Praxis sehen und bewerten zu können. Neukunden erhalten außerdem ein Guthaben von 300 $, um Arbeitslasten auszuführen, zu testen und bereitzustellen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-09 (UTC)."],[[["\u003cp\u003eThe App Engine standard environment utilizes container instances on Google's infrastructure, preconfigured with various runtimes to support application deployment.\u003c/p\u003e\n"],["\u003cp\u003eThis environment ensures reliable application performance even under heavy loads and with large data volumes by using a secure, sandboxed system that distributes requests and scales servers automatically.\u003c/p\u003e\n"],["\u003cp\u003eThe standard environment supports a range of languages, including Go, Java, Node.js, PHP, Python, and Ruby, to accommodate different development preferences.\u003c/p\u003e\n"],["\u003cp\u003eInstance classes, such as F1, F2, B1, and B2, dictate the memory and CPU resources available to each instance, directly impacting the application's performance and operational costs.\u003c/p\u003e\n"],["\u003cp\u003eWhile the standard environment offers a free quota of data storage and traffic, it also incorporates certain system limits to maintain its stability and ensure optimal functionality.\u003c/p\u003e\n"]]],[],null,["# App Engine standard environment\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\nThe App Engine standard environment is based on container instances\nrunning on Google's infrastructure. Containers are preconfigured with one of\nseveral available runtimes.\n\nThe standard environment makes it easy to build and deploy an\napplication that runs reliably even under heavy load and with large amounts of\ndata.\n\nApplications run in a secure, sandboxed environment, allowing the\nstandard environment to distribute requests across multiple\nservers and scale servers to meet traffic demands. Your application runs\nwithin its own secure, reliable environment that is independent of the hardware,\noperating system, or physical location of the server.\n\nStandard environment languages and runtimes\n-------------------------------------------\n\nThe standard environment supports the following languages: \n[Go](/appengine/docs/standard/go/runtime) \n[Java](/appengine/docs/standard/java-gen2/runtime) \n[Node.js](/appengine/docs/standard/nodejs/runtime) \n[PHP](/appengine/docs/standard/php-gen2/runtime) \n[Python](/appengine/docs/standard/python3/runtime) \n[Ruby](/appengine/docs/standard/ruby/runtime)\n\nInstance classes\n----------------\n\nThe *instance class* determines the amount of memory and CPU available to each\ninstance, the amount of [free quota](/appengine/docs/standard/quotas#Instances), and the\n[cost per hour](/appengine/pricing#standard_instance_pricing) after your app\nexceeds the free quota.\n\nFor all runtime generations, the memory limit includes the memory your app uses\nalong with the memory that the runtime itself needs to run your app. The Java\nruntimes use more memory to run your app than other runtimes.\n\nTo override the default instance class, use the [`instance_class`\nsetting](/appengine/docs/standard/python3/config/appref#instance_class) in your\napp's `app.yaml` file.\n\nThe CPU values and limits reported in the instance class table don't reflect a\nfixed clock speed in the CPU. Instead, they represent the instance's\nallocated relative compute power or performance tier on the\n[shared-core](/compute/docs/general-purpose-machines#n1-shared-core) instance\ntype.\n\nSystem tools might report the total physical memory of the underlying host\nmachine. This is different from the instance's enforced memory limit, which is\nthe maximum memory available to the instance's isolated sandbox environment.\nExceeding this \"Memory Limit\", not the host's total RAM, might cause\nperformance issues.\n| **Important:** When you [view your bill](/billing/docs/how-to/reports), you will not see the names of the individual instance classes in your billing line items. Instead, you see instance hours from the \"B\" classes reported as \"Backend Instances\", and instance hours from the \"F\" classes reported as \"Frontend Instances\". The bill will apply the appropriate multiple of instance hours for each instance class you use. For example, if you use an F4 instance for one hour, you see \"Frontend Instance\" billing for four instance hours at the F1 rate.\n\nQuotas and limits\n-----------------\n\nThe standard environment gives you 1 GiB of\ndata storage and traffic for free, which can be increased by enabling paid\napplications. However, some features impose limits unrelated to quotas to\nprotect the stability of the system. For more details on quotas, including how\nyou can edit them to suit your needs, see [Quotas](/appengine/docs/standard/quotas).\n\nTry it for yourself\n-------------------\n\n\nIf you're new to Google Cloud, create an account to evaluate how\nApp Engine performs in real-world\nscenarios. New customers also get $300 in free credits to run, test, and\ndeploy workloads.\n[Try App Engine free](https://console.cloud.google.com/freetrial)"]]