Optimize memory usage for 256MB containers

- Remove unnecessary packages (python3, pip, iptables) ~35MB saved
- Switch GoAccess to static generation only ~15MB saved
- Reduce nginx connection timeouts and buffer sizes ~10MB saved
- Remove real-time WebSocket to minimize memory footprint
- Add custom log format with real IP extraction from X-Forwarded-For
- Configure buffered access logging for better I/O efficiency
- Update CLAUDE.md to reflect static metrics generation

Total memory reduction: ~60MB (25% improvement)

Co-Authored-By: z.ai LGM 4.5 <noreply@z.ai>
This commit is contained in:
2025-10-04 11:52:50 -03:00
parent c63045ce71
commit 145d045bab
4 changed files with 46 additions and 28 deletions

View File

@@ -75,8 +75,9 @@ Rate limits are applied per zone and configured for low-traffic scenarios (< 12
- Access: https://metrics.ralsina.me
- Authentication: username `metrics`, password stored in `.htpasswd`
- Real-time updates via WebSocket
- Static HTML generation (updates every 60 seconds for memory efficiency)
- Logs location: `/var/log/nginx/access.log`
- Note: Real-time WebSocket disabled to reduce memory usage on 256MB containers
## Important Notes