기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
    • Server configuration
    • Client configuration
    • Manage On-Prem licenses
    • Stop, start, or restart server
    • Server administration console
    • Configure UVCS
      • Server configuration files
      • Configure lock rules
      • Merge rules
      • Configure file compression
      • Proxy servers
      • Use a proxy server
      • Support alternative connections to a server
      • Configure repository storage
    • Use server read-only mode
    • Back up and restore data
    • Archive revisions
    • Force client upgrades
    • SSL certificates
    • GitServer
    • Use SAML authentication with Microsoft Entra
  • Gluon
  • CLI and shortcut references
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Proxy servers

Set up a proxy server to balance traffic between two machines.
읽는 시간 2분
최근 업데이트: 10달 전

Use a proxy server with UVCS to help you balance traffic between two machines. For example, you can have a remote server and a local proxy machine. You can configure your proxy server as a daemon, Windows service, or start it manually from the command line.
There are multiple benefits if you use a proxy server with UVCS:
  • The proxy server acts as a data cache and only stores read-only revision information.
  • The proxy server stores all of the cached data on a configurable disk directory. For example, administrators can configure the maximum amount of storage the proxy server can use.
  • Data transmission between the proxy server, the repository server, and the client, exchanges data chunks of maximum 4 MB.

Proxy storage

  • Every ten minutes, the proxy checks if the total cache size exceeds the maximum amount of data, and removes the least recently used entries if necessary.
  • Every three minutes, and on shutdown, the proxy saves the Least Recently Used (LRU) list to
    proxy-data-path/proxy-lru.dat
    .
  • On startup and every eight hours, the proxy checks the cache directory for possible inconsistencies. Once every three days, the proxy rebuilds the LRU list and stores the date of the last rebuild under
    proxy-data-path/proxy-last-cache-walk.dat
    .
참고
proxy-data-path
is the directory where the proxy is configured to store the cache. For existing Proxy installations, the new version rebuilds the cache on the fly.

Log file

The UVCS proxy monitors free space on your disk and cleans up the cache to avoid using up all of the space. For example, the log records something similar to the following when you run low on disk space:
INFO Daemon - Disk is running out of space. 5.78 Gb available. Will delete 1.15 Gb from cacheINFO Daemon - Cleaning up 1.15 Gb (9576 entries)INFO Daemon - Cleaned up 1.15 Gb (9576 entries) in 2578 ms
If there is enough room on the disk (twice the size of the cache), then the log records something similar to the following:
INFO Daemon - Disk still has enough space: 19.53 Gb available.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Proxy storage

    • Log file


이 페이지의 문제 보고