Page 2 of 2

Posted: 2013-05-27, 10:01 UTC
by ghisler(Author)
Thanks for letting me know! The root function is using a separate process running with root rights, which sends the file listing as plain text via a pipe. TC converts this to a string and parses it for the file names and details. This conversion to string causes an out of memory error. I will parse the data in smaller parts to avoid it (seems to work so far).