Skip to content

Commit

Permalink
Fix reference to --storage-tier option in docs (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
sceee committed Apr 8, 2024
1 parent dc1ff66 commit 3a94ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For all available command line settings, run `GarnetServer.exe -h` or `GarnetSer
| **EnableStorageTier** | ```--storage-tier``` | ```bool``` | | Enable tiering of records (hybrid log) to storage, to support a larger-than-memory store. Use --logdir to specify storage directory. |
| **CopyReadsToTail** | ```--copy-reads-to-tail``` | ```bool``` | | When records are read from the main store's in-memory immutable region or storage device, copy them to the tail of the log. |
| **ObjectStoreCopyReadsToTail** | ```--obj-copy-reads-to-tail``` | ```bool``` | | When records are read from the object store's in-memory immutable region or storage device, copy them to the tail of the log. |
| **LogDir** | ```-l```<br/>```--logdir``` | ```string``` | | Storage directory for tiered records (hybrid log), if storage tiering (--storage) is enabled. Uses current directory if unspecified. |
| **LogDir** | ```-l```<br/>```--logdir``` | ```string``` | | Storage directory for tiered records (hybrid log), if storage tiering (--storage-tier) is enabled. Uses current directory if unspecified. |
| **CheckpointDir** | ```-c```<br/>```--checkpointdir``` | ```string``` | | Storage directory for checkpoints. Uses logdir if unspecified. |
| **Recover** | ```-r```<br/>```--recover``` | ```bool``` | | Recover from latest checkpoint and log, if present. |
| **DisablePubSub** | ```--no-pubsub``` | ```bool``` | | Disable pub/sub feature on server. |
Expand Down

0 comments on commit 3a94ede

Please sign in to comment.