arcadedb
arcadedb copied to clipboard
Document supported hardware architectures
Hi!
Could you please put the information about supported architectures to the documentation please? E.e. about supported architectures for different operating systems, some specific requirements to the supported instructions, if you have any (e.g. maybe AVX is required - I do not know).
This kind of information is important for the end-users.
Thanks in advance!
@zamazan4ik ArcadeDB runs on top of the JVM, so it runs pretty much everywhere. We're working on a compiled version (thanks to GraalVM compiler), and soon there will be a prototype to test.
Maybe all tested JREs/JDKs (with versions) alongside minimal hardware requirements (RAM, etc.) could be added as a "Requirements" Section to the appendix of the docu?
That's a good idea. ArcadeDB requires JRE 11 - 15. Starting from Java 16 there is a known bug in Gremlin that doesn't allow it to work (it was related to Gradle). Not sure if it has been fixed already. The last time I checked, months ago, it was still there.
Is Docs PR sufficient to close this issue?
Thanks, @gramian for the req page.