Settings

Settings

Defines global FASTBuild settings.

Settings { // General .Environment // (optional) Array of environment variables to use // Caching .CachePath // (optional) Path to cache location .CachePathMountPoint // (optional) Require that path be a mount point (OSX & Linux only) .CachePluginDLL // (optional) User plugin to manage cache back-end .CachePluginDLLConfig // (optional) USer configuration string to pass to CachePluginDLL // Distribution .Workers // (optional) Fixed list of workers if not using automatic discovery .WorkerConnectionLimit // (optional) Limit number of connected workers (default: 15) .DistributableJobMemoryLimitMiB // (optional) Limit memory used locally to prep jobs (default: 2048) }