Service 4

redis on windows

install scoop install nssm scoop install redis redis.conf # Maxmemory : 메모리 사용량 제한 # 없으면 에러. # 정책 설정: 값이 추가 시 정책에 따라 데이터가 삭제. maxmemory 1gb # Maxmemory-policy : 메모리 정책 # - LRU(Least Recently Used): 가장 최근에 미 사용 데이터. # - LFU(Least-Frequently-Used): 가장 사용 빈도가 적은 데이터. # noeviction: 미 삭제 정책. maxmemory 이상 사용 하면 error 발생. # lkeys-lru: LRU 기반 키 삭제. # allkey-random: 랜덤 키 삭제. # allkeys-lfu: LFU 키 삭제. # vo..

os/Window 2023.12.31

Godot - Services for iOS

Services for iOS Godot - Docs » Platform-specific » Services for iOS At the moment, there are two iOS APIs partially implemented, GameCenter and Storekit. Both use the same model of asynchronous calls explained below. 현재 부분적으로 구현 된 두 가지 iOS API 인 GameCenter와 Storekit가 있습니다. 두 모델 모두 아래에 설명 된 것과 동일한 비동기 호출 모델을 사용합니다. Asynchronous methods When requesting an asynchronous operation, the method will l..

game/godot 2018.11.27

haproxy reload FAILED

https://bugzilla.redhat.com/show_bug.cgi?id=1126955 haproxy init.d/systemctl issue Haproxy fails to reload on Fedora 17 HAProxy를 이용한 Internal Load Balancer 구성 따라하기 haproxy Systemd HAProxy Management Guide v1.7 systemd KT ucloude haproxy 가 규칙적으로 재실행 실패하는 현상. 매일 새벽 03:14분경 reload가 되고 reload 실패로 서버 정지 현상. systemctl reload haproxy.service service haproxy reload restart 는 문제없이 실행 됨. systemctl restart..

server-side/haproxy 2017.06.22
반응형