KB Article #179761

CFT creates temp batches until it crashes

Problem

CFT creates temp batches until it crashes


many CFT CRON Scripts are not executed with batch files accumulation in runtime.


Resolution


This is a limitation of the Windows OS Services.



Possible workaround offered:


1) Run CFT from Console (instead of Service)


2) Change Windows Registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows ( as explained in this MSDN link ) to allow larger heap memory.


3) Reduce number of CRON jobs started at the same time by adjusting the TIME parameter of the CFTCRON, it is not possible to start more than 100 jobs.