>
>
> I understand all that.  But the basic view, from a sysadmin's point of
> view is this :
>
> Tomcat 6(6.0.28)
> Virtual Memory: 6772 MB
> Resident Memory: 81 MB
>
> Tomcat 7(7.0.54)
> Virtual Memory: 6778 MB
> Resident Memory: 148 MB
>
>
what does that Resident exactly mean here?
i guess the total heap the java vm has taken after startup?

Because that could be quite logical, maybe tomcat 7 needs a lot more data
because of that annotation scanning
Doesn't it load in way more classes?
All that processing and then also maybe loading in up front way more
classes then before will mean that the heap (and none heap in this
scenario) is already way more loaded.

johan

Reply via email to