Merge pull request 'perf: L1/L2 캐시 maxSize 상향 (실측 기반)' (#33) from develop into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 2m45s
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 2m45s
This commit is contained in:
커밋
f49f1ac4e4
@ -278,11 +278,11 @@ app:
|
|||||||
|
|
||||||
five-min-track:
|
five-min-track:
|
||||||
ttl-minutes: 75
|
ttl-minutes: 75
|
||||||
max-size: 500000
|
max-size: 700000 # 500K→700K (실측 504K, 30% 여유)
|
||||||
|
|
||||||
hourly-track:
|
hourly-track:
|
||||||
ttl-hours: 26
|
ttl-hours: 26
|
||||||
max-size: 780000
|
max-size: 1400000 # 780K→1.4M (실측 1.08M, 30% 여유, +1.5GB)
|
||||||
|
|
||||||
# 일일 항적 데이터 인메모리 캐시
|
# 일일 항적 데이터 인메모리 캐시
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
@ -282,11 +282,11 @@ app:
|
|||||||
|
|
||||||
five-min-track:
|
five-min-track:
|
||||||
ttl-minutes: 75 # TTL 75분 (1시간 + 15분 여유)
|
ttl-minutes: 75 # TTL 75분 (1시간 + 15분 여유)
|
||||||
max-size: 500000 # 30K MMSI × 15 버킷
|
max-size: 700000 # 실측 504K (190K MMSI × ~3 버킷), 30% 여유
|
||||||
|
|
||||||
hourly-track:
|
hourly-track:
|
||||||
ttl-hours: 26 # TTL 26시간 (24시간 + 2시간 여유)
|
ttl-hours: 26 # TTL 26시간 (24시간 + 2시간 여유)
|
||||||
max-size: 780000 # 30K MMSI × 26시간
|
max-size: 1400000 # 실측 1.08M (190K MMSI × ~6 버킷), 30% 여유
|
||||||
|
|
||||||
chnprmship:
|
chnprmship:
|
||||||
mmsi-resource-path: classpath:chnprmship-mmsi.txt
|
mmsi-resource-path: classpath:chnprmship-mmsi.txt
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user