bfc43e749c
The echo statement to stderr was being captured as the function's return value when php-optimizer.sh ran: $(calculate_server_memory_capacity 2>&1) This caused all capacity calculations to fail with 'integer expression expected' errors.