I'm using VMware vCenter 6.0 on Windows server 2012 R2 and I'm looking for a way to decrease RAM usage of it. In previous vCenter versions there were options to change # Maximum Java Heap Size
in C:\Program Files\VMware\Infrastructure\Inventory Service\conf
but in this version those files aren't available. I only could find C:\Program Files\VMware\vCenter Server\invsvc\wrapper\conf\wrapper.conf
in version 6 and the WRAPPER.CONF
file didn't contain # Maximum Java Heap Size (in MB)
. it's only for inventory service, I couldn't even find that file for tomcat server.
so my questions are
- where can i find those files in vCenter ver 6.0?
- Is there any alternative to modifying
WRAPPER.CONF
file for decreasing RAM usage? - which non-critical services of vCenter 6.0 can I disable in order to increase overall performance but yet be able to use basic features of Web client?