Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
winesoft committed May 28, 2021
1 parent 5212427 commit acb2e6b
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
13 changes: 12 additions & 1 deletion admin/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Caching된 콘텐츠를 저장할 Storage를 구성한다. ::
<Storage DiskFailSec="60" DiskFailCount="10" OnCrash="hang">
<Disk>/user/cache1</Disk>
<Disk>/user/cache2</Disk>
<Disk Quota="100">/user/cache3</Disk>
<Disk Quota="100" QuotaUnit="size">/user/cache3</Disk>
</Storage>
</Cache>

Expand All @@ -167,6 +167,17 @@ Caching된 콘텐츠를 저장할 Storage를 구성한다. ::
- ``selfkill`` STON을 종료시킨다.

각 디스크마다 최대 캐싱용량을 ``Quota (단위: GB)`` 속성으로 설정할 수 있다.

.. note::

v2.7.23부터 ``QuotaUnit (기본: size)`` 속성을 이용해 비율로 설정이 가능하다. ::

<Disk Quota="90" QuotaUnit="ratio">/cache1</Disk>

위 설정은 전체 디스크 공간 중 90%를 Quota로 설정한다.
유효범위 1~100% 를 넘도록 설정한 경우 Quota는 무시된다.


굳이 설정하지 않더라도 항상 디스크가 꽉 차지 않도록 LRU(Least Recently Used) 알고리즘에 의해 오래된 콘텐츠를 자동으로 삭제한다.
특별히 호환성에 문제가 있는 파일시스템은 없다. 그러므로 관리자가 친숙한 파일 시스템을 사용해도 성능에 큰 영향은 없다.

Expand Down
1 change: 1 addition & 0 deletions admin/image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Format 변경
================ ===================== =================


.. _media-dims-composite:

합성
------------------------------------
Expand Down
15 changes: 15 additions & 0 deletions admin/releasenote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Appendix E: 릴리스 노트
v2.7.x
====================================

2.7.23 (2021.05.31)
----------------------------

**기능개선/정책변경**

- :ref:`env-cache-storage` - Disk Quota를 비율로 설정하는 기능 추가


**버그수정**

- 4GB 넘는 구간을 :ref:`media-trimming` 할 경우 재생오류 수정
- 이미지 :ref:`media-dims-composite` - 투명도 설정이 미동작 증상 수정



2.7.22 (2021.05.24)
----------------------------

Expand Down
13 changes: 13 additions & 0 deletions admin/releasenote_enterprise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ Appendix F: 릴리스 노트 ``[Enterprise]``
v21.x
====================================

21.05.1 (2021.05.31)
----------------------------

**기능개선/정책변경**

- :ref:`env-cache-storage` - Disk Quota를 비율로 설정하는 기능 추가


**버그수정**

- 4GB 넘는 구간을 :ref:`media-trimming` 할 경우 재생오류 수정


21.05.0 (2021.05.24)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ STON Edge Server 완벽 가이드


:저자: STON 개발팀
:최신버전: v2.7.22
:최신버전: v2.7.23


1부. STON 기본: 설정 배우기
Expand Down

0 comments on commit acb2e6b

Please sign in to comment.