You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Renamed variable**`AVERAGE_PHP_MEMORY_REQ` to `AVERAGE_PHP_MEMORY_REQ_MB` in `scripts/update/php-config-update.sh` with a clarifying comment to indicate the value is in megabytes.
12
+
-**Removed commented-out dead code** (obsolete alternative calculations) and replaced with a descriptive comment clarifying the intent.
13
+
-**Consolidated duplicate CPU_COUNT branches** for values 3 and 4 into a single range check (`-ge 3 && -le 4`) to reduce code duplication.
14
+
-**Introduced named memory threshold constants** (`MEMORY_THRESHOLD_LOW`, `MEMORY_THRESHOLD_MEDIUM`, `MEMORY_THRESHOLD_HIGH`) to replace magic numbers 1200, 2200, and 4200 in memory-based conditionals.
15
+
7
16
## 2026-03-27
8
17
9
18
### 🐛 DEBUG MODE ADDED TO ALL INSTALL AND UPDATE SCRIPTS
0 commit comments