Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cfgmgr/buffer_pool_mellanox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ if platform then
-- Reserve 32MB for modification descriptors pool
if model_number and model_number >= 6000 then
modification_descriptors_pool_size = 32 * 1024 * 1024
egress_mirror_headroom = 0
end
end
end
Expand Down
Loading