I did research on this, but I couldn't find an answer...
I want to use GraalVM for quarkus development What are the system requirements of it (Will it run on a surface 3)?
Thanks for your answers...
If you just using GraalVM as a JDK, then same as any other JDK. But If you are using GraalVM native-image then there are requirements depends on the OS you are using it on:
Check this link for more details: https://www.graalvm.org/reference-manual/native-image/
there are other components also in GraalVM, which you can download using gu utility