THE INFORMATION IN THIS ARTICLE APPLIES TO:
- EFT Server Enterprise version 6.4 and later
DISCUSSION
EFT Server Event Rule Timers default to a 1 MB stack size. Some customers have a large number (250) of Timers that simply call an AWE task. Testing showed that it is safe to reduce the Timer stack size to 64K and reduce memory usage.The following registry value will disable the redirection:
32-bit: HKEY_LOCAL_MACHINE\Software\GlobalSCAPE Inc.\EFT Server 4.0
64-bit: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GlobalSCAPE Inc.\EFT Server 4.0
Create the DWORD: "TimerStackSize"
If the value is missing or zero = legacy behavior.Setting the value to 65536 will result in a 64K stack size.