I know that there have been posts in the past from people who have run into OutOfMemoryExceptions from a high amount of tags in their JSP. I've recently run into a situation where a page (that already had a good number of tags) that was working had to be modified to include more form tags (plus some other stuff). When the changes were made I started getting the OutOfMemoryException. My question is, can someone let me know how I can go about isolating what's sucking up the memor? I want to see if it's the additional tags that are causing the problem or if it was something else.

