Hello Chen,
How many times does your program perform that "call function ... in group..."?
For instance, is this call performed inside a loop? How many times will your program loop?
This is the number of parallel tasks that your program will open, and these cannot exceed the resources available (parameters already mentioned in this thread) when your program is running.
Regards,
Isaías