To manage age the size limitation of these directories we can add the following settings to the vpxd.cfg.
<drs>
<plmtDump>
<logSize>5242880</logSize>
<numFiles>15</numFiles>
</plmtDump>
</drs>
**NOTE this will require the vCenter Service be restarted**
cp /etc/vmware-vpx/vpxd.cfg /etc/vmware-vpx/vpxd.cfg.bak
3. Stop the vCenter service
service-control --stop vpxd
4. Edit the /etc/vmware-vpx/vpxd.cfg with vi
5. Place the following options with the desired values between the <drs></drs> section
<plmtDump>
<logSize>5242880</logSize> <---- Size in bytes
<numFiles>15</numFiles> <---- number of log files per directory
</plmtDump>
6. Save the file
7. Start vCenter server
service-control --start vpxd