> On 4 Aug 2020, at 09:03, MSV <
mohanvup...@gmail.com> wrote:
>
> We have our daily swp which loads data from various sources into edge. During this time my system memory is filled up and we manually do the request garbage collection.
> Do we have swp module to do this programatically??
There is no SWP module to request garbage collection.
Garbage collection can be triggered by doing an HTTP request to /tbl/admin/memory?gc=true .
That HTTP request could be done from SWP using sml:PostRequest.
Hope that helps,
Richard