diff --git a/files/build_templates/init_cfg.json.j2 b/files/build_templates/init_cfg.json.j2 index b2e1d2348c2a..b93b565adc80 100644 --- a/files/build_templates/init_cfg.json.j2 +++ b/files/build_templates/init_cfg.json.j2 @@ -144,5 +144,16 @@ {% endif %} } {% endif %} + }, + "KDUMP": { + "config": { +{%- if sonic_asic_platform == "cisco-8000" %} + "enabled": "true", +{% else %} + "enabled": "false", +{% endif %} + "memory": "0M-2G:256M,2G-4G:320M,4G-8G:384M,8G-:448M", + "num_dumps": "3" + } } }