0

This blog post indicates that it's possible to re-configure the locations of the $data/system/caches and $server/temp directories in order to optimise a TeamCity installation.

Admittedly the post is a bit outdated; but I've done plenty of searching around and tweaking and can find no direct references on how to do this.

Any help much appreciated.

SteveChapman
  • 3,051
  • 1
  • 22
  • 37

2 Answers2

1

At the moment the only way is to map the directories to the desired location using OS-specific means (using symlinks). The related ticket in TeamCity bug tracker: TW-15251, please comment/watch it to get status updates.

CodeFox
  • 3,321
  • 1
  • 29
  • 41
Alina Mishina
  • 3,320
  • 2
  • 22
  • 31
0

It seems there's no way to configure those directories locations on the TeamCity side. However, one can make use of OS-provided file system links to map the $data/system/caches and $server/temp directories to other locations, as documentation suggests doing for the artifacts directory ("Recommendations as to choosing Data Directory Location" section here)

cyberskunk
  • 1,722
  • 20
  • 22