In Linux, one can configure soft and hard limits of file handles per user, app or system globally. I understand that this is a security feature to prevent one app consuming too many resources. But:
Does it have any negative consequences when I raise the limit for an app even if it doesn't consume it?
Besides security concerns, what are the impacts of many open file handles in Linux? Will performance degrade? Do file handles consume memory?