[CI] fix CI typo
1 file changed
tree: 8944d22138c89e17b19f2d8ab25c34b70b2a54d6
  1. .github/
  2. .mvn/
  3. apache-skywalking-native-apm/
  4. apm-checkstyle/
  5. dist-material/
  6. docker/
  7. envoy-metrics-receiver-plugin-graal-native/
  8. graal/
  9. graal-config-generator/
  10. graal-package-IT/
  11. graal-server-starter/
  12. library-util-graal-native/
  13. log-analyzer-graal-native/
  14. meter-analyzer-graal-native/
  15. oal-rt-graal-native/
  16. server-core-graal-native/
  17. skywalking-on-graal-compiling-plugin/
  18. .gitmodules
  19. Makefile
  20. mvnw
  21. mvnw.cmd
  22. pom.xml
  23. README.md
README.md

SkyWalking GraalVM Distro

GraalVM compiles your Java applications ahead of time into standalone binaries. These binaries are smaller, start up to 100x faster, provide peak performance with no warmup, and use less memory and CPU than applications running on a Java Virtual Machine (JVM).

SkyWalking GraalVM Distro is a re-distribution version of the official Apache SkyWalking OAP server. This distro could bring the OAP benefits from the native build powered by Graal VM. But as the limitation of the GraalVM, this distro may provide features in different implementations, and require recompilation rather than change config files.

License

Apache 2.0