This issue is resolved in VMware NSX-T Data Center 3.2.2 and VMware NSX 4.0.1, available at
VMware downloads.
Workaround:
1. Increase the memory of the cm-inventory service from 512M to 1G by edit the file
/usr/tanuki/conf/cm-inventory-tomcat-wrapper.conf on the NSX managers as root user and change
wrapper.java.maxmemory line to have a value of 1024 as shown below:
...
wrapper.java.maxmemory=1024
...
2. Restart cm-inventory service with the below command:
/etc/init.d/cm-inventory restart