You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/bolt.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,11 @@ BOLT is an open-source post-link binary optimization tool developed to speed up
29
29
30
30
This article provides quick instructions to download and install BOLT. The instructions are for Debian-based Linux distributions, but can be adapted for other Linux distributions.
31
31
32
+
{{% notice Note %}}
33
+
BOLT is provided as a built-in, ready-to-use component of the [Arm Toolchain for Linux](https://developer.arm.com/documentation/110477) suite. For more
34
+
information refer to [this guide](https://developer.arm.com/documentation/110477/211/How-to-use-BOLT-with-our-toolchain).
35
+
{{% /notice %}}
36
+
32
37
1. Install Git
33
38
34
39
[Install Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) using the documentation for your operating system.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/php-on-gcp/_index.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,15 @@
1
1
---
2
-
title: Deploy PHP on Google Cloud C4A (Arm-based Axion VMs)
2
+
title: Deploy PHP on Google Cloud C4A Arm-based Axion VMs
3
3
4
-
draft: true
5
-
cascade:
6
-
draft: true
7
-
4
+
8
5
minutes_to_complete: 30
9
6
10
-
who_is_this_for: This is an introductory topic for software developers migrating PHP workloads from x86_64 to Arm-based servers, specifically on Google Cloud C4A virtual machines built on Axion processors.
11
-
7
+
who_is_this_for: This is an introductory topic for developers migrating Hypertext Preprocesso (PHP) workloads from x86_64 to Arm-based servers, specifically on Google Cloud C4A virtual machines (VM) built on Axion processors.
12
8
13
9
learning_objectives:
14
-
- Provision a SUSE SLES virtual machine on Google Cloud C4A (Arm-based Axion VM)
15
-
- Install PHP on a SUSE Arm64 (C4A) instance
16
-
- Validate PHP functionality with baseline HTTP server tests
10
+
- Provision a SUSE Linux Enterprise Server (SLES) virtual machine on a Google Cloud C4A Arm-based Axion virtual machine
11
+
- Install PHP on a SUSE Arm64 C4A instance
12
+
- Validate PHP functionality by running baseline HTTP server tests
17
13
- Benchmark PHP performance using PHPBench on Arm64 architecture
0 commit comments