Determine sysimage used at runtime

How does one determine what sysimage was used to start Julia? I know I’ve seen how to do this somewhere but can’t for the life of me find it in the docs or searching online.

1 Like
julia> unsafe_string(Base.JLOptions().image_file)
"/Applications/Julia-1.6.app/Contents/Resources/julia/lib/julia/sys.dylib"
3 Likes