#.pe size limit
1 messages · Page 1 of 1 (latest)
It all depends of the memory available on the device. As if you load assemblies dynamically, it will load them fully in memory. And in the user memory
How do you load it? 64k isn't really big for an assembly, but it could (depending on the device) be big enough to cause a RAM overflow. Maybe you just need to copy it in small chunks.
It has to be parsed to be validated. So it definitely needs to be loaded in RAM. At least with the existing API