I am adding many and quite big Types/Objects and I call them DirCollection to a seq[DirCollection] = @[]
After adding a certain number of DirCollectons to the seq I get -> Killed Error: execution of an external program failed: '/home/tubbs/code/br-file-cleaner/brcleaner -env dev -dry -verbose' So I suspect I'm out of memory somehow. How can I fix this or should I not use seq for this? Thank you