Skip to content

Commit

Permalink
Update memory namespace comment.
Browse files Browse the repository at this point in the history
To include details of the set_abort_on_allocation_failure API.
  • Loading branch information
travisdowns committed Feb 22, 2023
1 parent 885d7ac commit d17780b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/seastar/core/memory.hh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ namespace seastar {
///
/// Often, the best way to debug an allocation failure is a coredump. This
/// feature allows dumping core on allocation failures, containing the stack of
/// the failed allocation, by means of aborting. To enable set the
/// `abort_on_seastar_bad_alloc` configuration option or the respective command
/// line flag.
/// the failed allocation, by means of aborting. To enable this behavior, set
/// `abort_on_seastar_bad_alloc` in `reactor_options` or pass the
/// `--abort-on-seastar-bad-alloc` command line flag. Additionally, applications
/// may enable or disable this functionality globally at runtime by calling
/// `set_abort_on_allocation_failure()`.
///
/// ### Dump diagnostics report
///
Expand Down

0 comments on commit d17780b

Please sign in to comment.