What you've learned

You should now know how to:

  • Create an Arm-based VM instance with Google Axion CPU
  • Deploy a Java application on Axion
  • Understand Arm performance for different JDK versions
  • Test common performance optimization flags

Knowledge Check

Which instance type denotes an Axion processor?

Which flag is best for long running applications with predictable workloads?

What is the purpose of running the following command when creating an Axion instance on Google Cloud Platform? gcloud compute instances create test-app-instance --image-family=ubuntu-2404-lts-arm64 --image-project=ubuntu-os-cloud --machine-type=c4a-standard-2 --scopes userinfo-email,cloud-platform --zone [YOUR ZONE] --tags http-server


Back
Next