arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Document supported hardware architectures

Open zamazan4ik opened this issue 3 years ago • 1 comments
trafficstars

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 avatar Jun 20 '22 14:06 zamazan4ik

@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.

lvca avatar Jun 21 '22 14:06 lvca

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?

gramian avatar Nov 28 '22 21:11 gramian

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.

lvca avatar Nov 29 '22 02:11 lvca

Is Docs PR sufficient to close this issue?

gramian avatar Nov 29 '22 19:11 gramian

Thanks, @gramian for the req page.

lvca avatar Nov 30 '22 12:11 lvca