Explore the Application Overview Page
The Overview page of an application displays detailed information about the deployed application.
The following table describes key information that you’ll see on the application Overview page.
Element | Description |
---|---|
Summary |
Manages application instances and the memory allotted to each application instance. In Instances, specify the number of application instances. By default, two application instances are allotted when the application is created. In Memory, specify the memory (in GB) allotted to each application instance. By default, 2 GB of memory is allotted. In Average Memory Usage, see the average for all application instances of the percentage of the total allocated memory that’s used. |
More Information |
Displays the following information about the application:
|
Resources |
Lists all instances allotted for the application, including their allocated memory and memory usage. A public application has instances named web.N. A worker application has instances named worker.N. See Preparing a Worker Application for Deployment in Developing for Oracle Application Container Cloud Service. |
Scale an Application Out or In
Scaling an application out or in means that you’re to increasing or decreasing the number of instances.
Scale an Application Up or Down
Scaling an application up or down means that you’re to increasing or decreasing the size of each instance.
Considerations when Scaling Applications
Your instances start or restart depending on the scaling operation.
The direction that you scale determines if your instances restart or just start:
-
If you’re scaling out, then new instances start.
-
If you’re scaling in, then all instances are restarted.
-
If you’re scaling up, then all instances are restarted.
-
If you’re scaling down, then all instances are restarted.