Hi!
I would like to share my problem and if possible , request for a solution...
I have a saved search that is consisted of 7 different searches and all are concatenated with append.
search B [ sub search A] | append [ search C] | append [search D].....
This is because I had to create a csv file in search A and then invoke in other searches to call sequentially. However, each search consumes about 2 to 4 GB of memory. This ends up with swapping at the end.
Is there a way to execute the next search after the current search is finished, in other words, execute the search after the memory of previous search is freed.
Any help is appreciated !
Thanks, Yu