diff --git a/fboss/agent/hw/switch_asics/ChenabAsic.cpp b/fboss/agent/hw/switch_asics/ChenabAsic.cpp index e52cd0d08f4a6..a4dc997593acb 100644 --- a/fboss/agent/hw/switch_asics/ChenabAsic.cpp +++ b/fboss/agent/hw/switch_asics/ChenabAsic.cpp @@ -297,7 +297,8 @@ uint32_t ChenabAsic::getMaxLabelStackDepth() const { return 3; } uint64_t ChenabAsic::getMMUSizeBytes() const { - return 420000; // return 108 * 1024 * 1024; + // Egress buffer pool size for Chenab Asics is 150MB + return 150 * 1024 * 1024; } uint64_t ChenabAsic::getSramSizeBytes() const { // No HBM!