Memory Allocation issue - Application Engine program
Hi Team,
We have a custom application engine process which uses/allocates more memory than the normal ones. It reads data from multiple web services and loads data in to table. Is there a way i can decrease the memory allocation for a process ?
Steps followed in the process
- Delete the data from a record
- Call the multiple webservices one after the other and loads the data into tables
Any help to improve the efficiency of the memory allocation is much appreciated. Thank you!