Using vmtouch with S3FS (Amazon S3 FUSE driver)
masterWhen using S3FS on Linux, vmtouch cannot meaningfully operate on the S3 mount point itself because S3FS does not use the standard page cache. Instead, it uses a local cache directory.
To use vmtouch effectively with S3FS:
- Target the files within the S3FS cache directory rather than the mount point.
- The default cache directory is
$HOME/.fuse-s3fs-cache/. - You can change this location using the
cachedirmount option. - Use the
preserve_cachemount option if you want the cache to persist between mountings.