6
When generating approximately 1,250 emails through Dynamics GP, the application exhibits a memory leak behavior. Memory is allocated in 16MB batches and continues to accumulate until the 2GB memory ceiling is reached, which is a limitation of 32-bit applications. Critically, this memory remains reserved even after the email generation process completes successfully. The only way to release the memory is to terminate the dynamics.exe process.
This issue leads to:
- Application instability and potential crashes in high-volume scenarios
- Inefficient memory utilization
- Increased support overhead due to required process restarts
Proposed Enhancements
- Implement Post-Process Memory Cleanup
- Introduce a mechanism to explicitly release memory once the email generation task is completed. This would prevent memory from remaining unnecessarily reserved and improve long-term process stability.
- Enable Large Address Aware (LAA) Flag on
dynamics.exe - Modify the executable to support the Large Address Aware flag. This would allow the 32-bit process to access up to 4GB of memory on 64-bit systems, effectively doubling the available memory and reducing the likelihood of memory exhaustion during large batch operations.
Note: This is a widely adopted best practice for legacy 32-bit applications running in 64-bit environments and can be implemented with minimal risk.
- Long-Term Consideration: Transition to 64-bit Architecture
- While enabling LAA is a short-term mitigation, transitioning Dynamics to a native 64-bit architecture would eliminate the 2GB memory constraint entirely and align the platform with modern system capabilities.
Impact
- Improved reliability during high-volume email operations
- Reduced manual intervention and support escalations
- Enhanced scalability for enterprise deployments
- Better alignment with modern Windows memory management standards
STATUS DETAILS
Declined

Administrator on 10/7/2025 1:32:46 PM
Thank you for sharing your product suggestion. We appreciate your input and the time you took to provide feedback. However, due to the current lifecycle of Dynamics GP, this suggestion will not be considered at this time.
Please feel free to share any future ideas or recommendations—we value your contributions