Operation memory question

I know operation queue can set max concurrent count to avoid many threads.
But if I just add operations. Though some of them havent started or be pending in the queue. But will it still cause the memory issue even no new thread is generated?

This topic was automatically closed after 166 days. New replies are no longer allowed.