Skip to content

Commit

Permalink
#1009: memory footprinting: disable printing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Nov 21, 2020
1 parent a0a1384 commit 2e699ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/configs/arguments/app_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct AppConfig {
bool vt_print_memory_at_threshold = false;
std::string vt_print_memory_threshold = "1 GiB";
int32_t vt_print_memory_sched_poll = 100;
bool vt_print_memory_footprint = true;
bool vt_print_memory_footprint = false;

bool vt_no_warn_stack = false;
bool vt_no_assert_stack = false;
Expand Down

0 comments on commit 2e699ca

Please sign in to comment.