In order to run our VM on Workstation 9 and ESX 5.1 it is necessary to enter the following in our .vmx file:
timeTracker.lazyApic = "FALSE"
This is necessary to keep the timer ticks from being consolidated and not delivered in a timely fashion.
How do I convert this into an entry in our .ovf file template?
Thanks.