You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user/faq.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@ Also, `TruffleRuby.jit?` will tell you if you are running with the GraalVM compi
78
78
79
79
### What is Oracle GraalVM?
80
80
81
-
Oracle GraalVM is the new GraalVM distribution from Oracle and the successor of GraalVM Enterprise Edition, which used to be reported as `GraalVM EE`.
81
+
Oracle GraalVM is the GraalVM distribution from Oracle available under the [GraalVM Free Terms and Conditions](https://medium.com/graalvm/161527df3d76).
82
+
Oracle GraalVM provides the best TruffleRuby experience: it is significantly faster and more memory-efficient than GraalVM Community Edition.
82
83
83
84
### How do I know that I'm using the Community Edition of GraalVM?
0 commit comments