v5.4.1: Improve memory handling for background queue processing
Addresses potential out-of-memory errors when processing a large number of background jobs. * Limits the number of background jobs fetched per iteration to 10,000. * Increases the PHP memory limit for the console `process` command to 1GB.