My indexing script breaks the CPU memory limit, so fails and a 500 Internal Server Error is given.
This is what the hosting provider says.
This is also the first moment of light after days and days spent testing different memory limit and different code version.
The only chance I have to work under the CPU limit is splitting the indexing process in separated steps. Btw I wish to execute the entire process with one command.
1) How can I check the CPU memory usage so that I can work on the code and verify the benfit in terms of CPU memory ?
2) How can I execute several cascading scripts with one command ?