Hi all,
I'm getting the following error in ESXi in the vpxa.log:
2018-08-15T13:09:50.806Z warning vpxa[86ADB70] [Originator@6876 sub=Libs opID=lro-173-63500bee] [NFC ERROR] NfcCheckAndReserveMem: Cannot allocate any more memory as NFC is already using 48628312 and allocating 2097176 will make it more than the maximum allocated: 50331648. Please close some sessions and try again
I followed this article: VMware Knowledge Base stating that I should try to increase the maxMemory value for nfcsvc to try to make it overcome the limit, I changed it from 50331648 to 62914560 and restarted hostd, vpxa and also the entire ESXi, just to make sure, but it seems not to take affect.
I keep getting the same error message in vpxa.log stating that "will make it more than the maximum allocated: 50331648".
This is what I have in the config,xml (/etc/vmware/hostd/:
<nfcsvc> | ||
<path>libnfcsvc.so</path> | ||
<enabled>true</enabled> | ||
<maxMemory>62914560</maxMemory> | ||
<maxStreamMemory>10485760</maxStreamMemory> | ||
</nfcsvc> |
Any ideas if this article is still stands for 6.5 ESXi and vSphere 6.5? And if there's something else to change?
Thanks!