What is the correct way to fill in the arguments field when you create a schedule task whit task type Run a PHP script? I would for example set the memory_limit to a higher value but I don't know how to fill it in?
I think that syntax of arguments depends on your script. If your script assumes some special arguments to run, then they must be defined there. Something like --help or --version.