Hi all,
I've created a simple build definition with a solution associated. At the beginning I was able to select the build controller but it appeared as 'unavailable'.
After restarting the build service under TFS administration console I solved the issue.
After that when I queue a new build, the build is shown as queued but nothing else happens. When I check the event viewer of the TFS server the following appears:
"The service '/tfs/queue/xxxxx/Services/v4.0/MessageQueueService2.svc' cannot be activated due to an exception during compilation. The exception message is: Memory gates checking failed because the free memory (1448476672 bytes) is less than 5% of total memory"
(xxxxx represents the name of my project in TFS).
I know this is a common exception in WCF, but should I 'mess' with TFS services configurations or is there any configuration I should change/check first?
Here is my build service configuration:
Should I change anything on my configuration or should I focus on editing directly the web.config of the service?