8000 DOC-328 | ARM support is limited to Little Endian (#1244) · konsultaner/arangodb-docs@d31f9e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d31f9e1

Browse files
Simran-Bnerpaula
andauthored
DOC-328 | ARM support is limited to Little Endian (arangodb#1244)
* ARM support is limited to Little Endian * Separate Endianess from Linux platform, even though x86 and Apple silicon are not Big Endian Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
1 parent 9e22250 commit d31f9e1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

3.10/features-community-edition.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ see [arangodb.com/community-server/](https://www.arangodb.com/community-server/)
5353
on Linux. ArangoDB is available for the x86-64 architecture (with the
5454
SSE 4.2 and AVX instruction set extensions), as well as for 64-bit ARM chips
5555
on macOS (Apple silicon, like M1) and Linux (ARMv8+ with Neon SIMD support).
56+
ArangoDB requires systems with Little Endian byte order.
5657

5758
## Scalability & High Availability
5859

3.10/release-notes-new-features310.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run 3.8.x and older versions on these systems via Rosetta 2 emulation, but not
1818
3.9.x because of its use of AVX instructions, which Rosetta 2 does not emulate.
1919
3.10.x runs on this hardware again, but now without emulation.
2020

21-
ArangoDB 3.10.x also runs on 64-bit ARM (AArch64) chips under Linux.
21+
ArangoDB 3.10.x also runs on 64-bit ARM (AArch64, Little Endian) chips under Linux.
2222
The minimum requirement is an ARMv8 chip with Neon (SIMD extension).
2323

2424
## SmartGraphs (Enterprise Edition)

3.11/features-community-edition.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ see [arangodb.com/community-server/](https://www.arangodb.com/community-server/)
5353
on Linux. ArangoDB is available for the x86-64 architecture (with the
5454
SSE 4.2 and AVX instruction set extensions), as well as for 64-bit ARM chips
5555
on macOS (Apple silicon, like M1) and Linux (ARMv8+ with Neon SIMD support).
56+
ArangoDB requires systems with Little Endian byte order.
5657

5758
## Scalability & High Availability
5859

0 commit comments

Comments
 (0)
0