I have a file in which there are 3 lines, I read it and put it into a string builder, and then the builder installs a view for the show, as if everything is standard.
The question is, what will happen if the file is 3 lines and 100 pages, how correct is it to read the data in such a volume in the builder and is there enough memory for it?