Help Center
New conversation
Go to Hatchbox.io
All collections
Applications
How can I enable YJIT with my Ruby applications?
How can I enable YJIT with my Ruby applications?
YJIT adds significant speed improvements for Ruby applications
Written by
Chris Oliver
Updated over a week ago
To enable YJIT with Ruby, add the following environment variable:
RUBY_YJIT_ENABLE=true