Skip to content

Commit

Permalink
Updated the example for better readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Oct 5, 2024
1 parent 5d04b44 commit 4d020e3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/using-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ This application can be used in two ways:
Start the application with at least one command-line argument:

```
sudo zswap-cli --enabled Y --same_filled_pages_enabled Y --max_pool_percent 60 --compressor lzo --zpool z3fold --accept_threshold_percent 40 --non_same_filled_pages_enabled Y --exclusive_loads Y --shrinker_enabled Y
sudo zswap-cli \
--enabled Y \
--same_filled_pages_enabled Y \
--max_pool_percent 60 \
--compressor lzo \
--zpool z3fold \
--accept_threshold_percent 40 \
--non_same_filled_pages_enabled Y \
--exclusive_loads Y \
--shrinker_enabled Y
```

## Using with systemd
Expand Down

0 comments on commit 4d020e3

Please sign in to comment.