Al intentar realizar una exportación Virtaul a VMware o Hyper-V, no hay capacidad para crear una máquina con más de 65536MB de RAM. Al intentar crear una máquina con más RAM, obtendrá el mensaje
"El valor xxxxx para RAM en megabytes no es válido y debe estar en el rango de 1024 a 65536".
Stack trace:
Server side:
System.ArgumentException: The value '66560' for 'RAM in megabytes' is invalid. It must be in the range from '1024' to '65536'.
Server stack trace: at ServiceHost.InMemoryHosting.InMemoryServiceHost.InvokeServiceMethod(String managementService, String method, IEnumerable`1 parameters) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ServiceHost.InMemoryHosting.CrossDomainCall.Call() at ServiceHost.InMemoryHosting.InMemoryClientProxy.InvokeMethodNoReturn(String managementService, String method, IEnumerable1 parameters, TimeSpan executionTimeout) at WCFClientBase.ClientBase.ExecuteInMemoryServiceCall(String managementService, String method, IEnumerable1 parameters)
