@@ -283,18 +283,19 @@ The `fuse_client` requires the `LIBGKFS_HOSTS_FILE` environment variable to be s
Common launch arguments:
-`-f`: Run in foreground.
-`-s`: Single-threaded operation (recommended).
-`-s`: Single-threaded operation. With the recent FUSE optimizations, multi-threaded operation is now the default and recommended for performance. Use `-s` only for debugging.
-`<mount_dir_path>`: The directory where GekkoFS will be mounted.
FUSE-specific options can be passed via `-o`:
-`writeback`: Enable writeback cache.
-`direct_io`: Enable direct I/O (can boost performance significantly).
-`max_threads=<N>`: Limit the maximum number of background threads FUSE can spawn to serve requests (supported in FUSE 3.12+).