Hi All, We have a standalone tomcat web application(Version 9.0.22) which runs on Linux . The application is used to process only a single http request. But the physical memory usage of the application has increased to 4GB (output from the "top" command of Linux) , of which the heap has only 16 MB of live data. Is there a way to track the native memory of a tomcat process ?
Thanks and Regards Arshiya Shariff