diff --git a/lib/php-analyzer.sh b/lib/php-analyzer.sh index 0a2903f..6545372 100644 --- a/lib/php-analyzer.sh +++ b/lib/php-analyzer.sh @@ -917,8 +917,6 @@ convert_to_bytes() { # Usage: calculate_server_memory_capacity # Returns: total_required_mb|total_ram_mb|percentage|status|details calculate_server_memory_capacity() { - echo "Analyzing server-wide PHP-FPM memory capacity..." >&2 - # Get total system memory local total_ram_mb total_ram_mb=$(free -m | awk '/^Mem:/ {print $2}')