Skip to content

Commit

Permalink
Merge pull request ceph#61221 from zdover23/wip-doc-2025-01-03-README
Browse files Browse the repository at this point in the history
doc: README.md - format "Tips and Tricks"

Reviewed-by: Anthony D'Atri <[email protected]>
  • Loading branch information
zdover23 authored Jan 3, 2025
2 parents ddfb774 + 639cfc5 commit 3ec1e93
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,15 @@ To build Ceph, follow this procedure:

ninja install

>vstart.sh is commonly used to quickly deploy a development cluster.
> [TIPS & TRICKS]
>
>Use Debug Builds Only When Needed
>
>While debugging builds are helpful for development, they can slow down performance.
>
>Use `-DCMAKE_BUILD_TYPE=Release` when debugging isn't necessary.
Enable Selective Daemons if you're testing specific components, don't start unnecessary daemons.
Preserve Existing Data skip cluster reinitialization between tests by using the `-n` flag
## Tips and Tricks

* Use "debug builds" only when needed. Debugging builds are helpful for
development, but they can slow down performance. Use
`-DCMAKE_BUILD_TYPE=Release` when debugging isn't necessary.
* Enable Selective Daemons when testing specific components. Don't start
unnecessary daemons.
* Preserve Existing Data skip cluster reinitialization between tests by
using the `-n` flag.

> [TROUBLESHOOTING]
>
Expand Down

0 comments on commit 3ec1e93

Please sign in to comment.