### Description ```php exec(str_repeat('a', 131072)); ``` Currently php `exec` command only accept up to 131071 characters, more will result in `Warning: exec(): Unable to fork`. If possible I'd love to increase this to several millions...