Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/1097#discussion_r83040861 --- Diff: iocore/eventsystem/EventSystem.cc --- @@ -51,5 +51,15 @@ ink_event_system_init(ModuleVersion v) if (default_large_iobuffer_size > max_iobuffer_size) { default_large_iobuffer_size = max_iobuffer_size; } + +#ifdef MADV_DONTDUMP // This should only exist on Linux 3.4 and higher. + bool dont_dump_enabled; --- End diff -- If the default is true, shouldn't we initialize to true?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---