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
README says it defaults to <os.tmpdir>/v8-compile-cache-<v8.version>
whereas the code defaults to <os.tmpdir>/v8-compile-cache-<UID>/<v8.version>
Aside from that, I think it'd make more sense for the variable to only specify the base dir, and for <v8.version> to always be appended,
i.e. given V8_COMPILE_CACHE_CACHE_DIR=/my/v8cache
files would go in /my/v8cache/<v8.version>/*.BLOB etc.
The text was updated successfully, but these errors were encountered:
README says it defaults to
<os.tmpdir>/v8-compile-cache-<v8.version>
whereas the code defaults to
<os.tmpdir>/v8-compile-cache-<UID>/<v8.version>
Aside from that, I think it'd make more sense for the variable to only specify the base dir, and for
<v8.version>
to always be appended,i.e. given
V8_COMPILE_CACHE_CACHE_DIR=/my/v8cache
files would go in
/my/v8cache/<v8.version>/*.BLOB
etc.The text was updated successfully, but these errors were encountered: