Reputation: 18864
Are there any reasons why Tomcat shouldn't run in a JVM with huge VM memory? Do you know any numbers or whatever reasons why it should be advisable to have multiple tomcat instances on the same host instead of one only?
In my opinion this depends on the performance of the GC used. But maybe there are other reasons why tomcat should live in a VM with not too much memory assigned. Are there any reasons why it would be advisable to have multiple tomcat instances on the same host only to reduce memory of the single vms?
Upvotes: 1
Views: 606
Reputation: 5308
A couple of ideas related to advantage of multiple servers/smaller heap vs a single one/huge heap:
Upvotes: 2