MAX_XATTR_SIZE

Constant MAX_XATTR_SIZE 

Source
const MAX_XATTR_SIZE: u32 = _; // 1_048_576u32
Expand description

Arbitrary limit on xattrs to avoid RAM exhaustion attacks. The actual filesystem limits are often much smaller.