Search Unity

Unity Accelerator and old Cache Server on same box

Discussion in 'Unity Accelerator' started by schizofunky_sa, Jan 21, 2020.

  1. schizofunky_sa

    schizofunky_sa

    Joined:
    Jun 21, 2018
    Posts:
    2
    Hello! We're currently running multiple versions of Unity using the remote cache server. Is it okay to install Unity Accelerator on the same box that's running the old cache server? Or will it overwrite, break or delete the existing cache? We would like to have both the old and new versions working side by side until all projects get upgraded.
     
  2. bradunity

    bradunity

    Joined:
    Nov 12, 2013
    Posts:
    195
    The Accelerator can be installed on the same host running the legacy cache server. During the install, you'll be prompted to choose the storage directory for where the Accelerator will house its internal cache. As long as this directory is different than the legacy cache server's configuration, it should not cause any issues with overwriting or deleting from the existing cache.

    It's important to mention that running them on the same host will be a cause for local resource contention (memory, CPU, network, disk I/O) that will introduce more latency and result in a loss of speed.
     
  3. schizofunky_sa

    schizofunky_sa

    Joined:
    Jun 21, 2018
    Posts:
    2
    bradunity likes this.