chore: L2 HourlyTrackCache maxSize 3.5M→5M 상향

실측 24시간 기준 3.5M 100% 도달 확인 — 메모리 여유 있으므로
5M으로 상향 후 며칠 추이 관찰하여 상한선 확정 예정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
htlee 2026-02-21 00:26:34 +09:00
부모 d3e43654e9
커밋 6db0a5a3fa

파일 보기

@ -288,7 +288,7 @@ app:
hourly-track: hourly-track:
ttl-hours: 26 # TTL 26시간 (24시간 + 2시간 여유) ttl-hours: 26 # TTL 26시간 (24시간 + 2시간 여유)
max-size: 3500000 # 1.4M→3.5M (실측 1.27M, 2.8배 여유) max-size: 5000000 # 3.5M→5M (실측 3.5M 100% 도달, 추이 관찰 후 조정)
chnprmship: chnprmship:
mmsi-resource-path: classpath:chnprmship-mmsi.txt mmsi-resource-path: classpath:chnprmship-mmsi.txt