Skip to content

Commit

Permalink
#1484: REMOVE_ME: print memory footprint by default
Browse files Browse the repository at this point in the history
This is to verify if there are any issues with footprinting outside of
test_memory_footprint.cc
  • Loading branch information
cz4rs committed Feb 15, 2022
1 parent df63d9f commit 40e4ef1
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 @@ -106,7 +106,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 = false;
bool vt_print_memory_footprint = true;

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

0 comments on commit 40e4ef1

Please sign in to comment.