What you need to do
1.
Go to the directory C:\Bizagi\Projects\ProjectName\Scheduler.
2.
Using any text editor, open the Bizagi.Scheduler.Services.exe.config
file.
3.
In the <appSettings>
block add the following line, as shown in the image:
<add
key="AsynchTaskWorkingSetSize" value="[ProcessinQueue]" />

|