Skip to content

Commit

Permalink
Enable Kdump config by default for cisco-8000
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Singhal <[email protected]>
  • Loading branch information
amnsinghal committed Sep 8, 2023
1 parent 52928ca commit 060c319
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 060c319

Please sign in to comment.