pub const MAX_CODE_SIZE: usize = 0xC000; // 49_152usize
By default the limit is 0xC000 (49_152 bytes).
0xC000