When initially setting up I toyed with the idea of all instances using the same core directory, but I was never able to get it to work so I abandoned the idea. I recently ran a directory scan using WinDirStat and found that there are over 11GB of storage being used by core executables alone, so now I'm revisiting it.
Background complete, my question is this: does anyone know how to use the "core-dir" option in the config file? Specifically, I would like to use a Windows UNC path "\\server\share$\cores" so that all of my clients end up using the same executable, but for some reason I can't get it to use anything other than the "cores" subdirectory in the client working directory. From the command line help output on FAHClient it seems like it's exactly what I'm looking for, but it doesn't seem to do anything. So far I've tried using the full path and a relative path using double-dot directory traversal. As a test I even tried a path on the local PC (C:\cores), but that didn't work either. Here's a snippet of the config file for consideration:
Code: Select all
<config>
<!-- Configuration -->
<config-rotate v='false'/>
<!-- Logging -->
<log-date v='true'/>
<log-to-screen v='false'/>
<!-- Folding Slots -->
<slot id='0' type='CPU'/>
<core-dir v='\\server\share$\cores'/>
</config>
Thank you,
~morningfalcon