Files
Nexus/docker/profiles/2c8g.env
T
Nexus Deploy 2f830424a4 feat(deploy): unified 1Panel script with profiles and port checks
Merge install/upgrade into nexus-1panel.sh with 1c4g/2c8g/4c16g resource
profiles; preflight Gitea and firewall hints; post-install HTTPS health probe.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 22:59:47 +08:00

12 lines
273 B
Bash

# Host profile: 2 vCPU / 8 GiB — default production
MYSQL_CNF_FILE=mysql-prod-2c8g.cnf
MYSQL_MEM_LIMIT=2g
MYSQL_CPUS=1.5
REDIS_MAXMEMORY=256mb
REDIS_MEM_LIMIT=384m
REDIS_CPUS=0.5
NEXUS_MEM_LIMIT=2g
NEXUS_CPUS=1.5
NEXUS_DB_POOL_SIZE=30
NEXUS_DB_MAX_OVERFLOW=20