I have a Python program, it has lots of "print" statements that print stuff to output constantly.
If I run the script using "nohup", and do not redirect the output to "/dev/null". After a long-time running, will be "hidden" output, which not shown on screen, take resources away?