I want to increase the permgen memory and Heap Memory for my Tomcat instance. I have tried by creating the setenv.bat file. Now I am not sure whether it is reflected or not.
Could you please tell me how to know the existing allocated Heap and PerGen memory for Tomcat instance and how to cross check whether the memory is increased or not.
I have tried this method mentioned in the url but this is for JAVA in the windows not for specific to any java instance https://www.mkyong.com/java/find-out-your-java-heap-memory-size/