Skip to content

Commit

Permalink
Merge pull request #104 from amnsinghal/kdump_msft_202205
Browse files Browse the repository at this point in the history
Enable Kdump config by default for cisco-8000
  • Loading branch information
abdosi authored Sep 20, 2023
2 parents 65fb2a5 + 060c319 commit 54e113c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions files/build_templates/init_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,16 @@
"digits_class": "true",
"special_class": "true"
}
},
"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"
}
}
}

0 comments on commit 54e113c

Please sign in to comment.