compilation fail for 256 UE
The root problem is in the total memory size of the process, that become huge (more than 4GB) and by default some pointers are still 32bits (the relative pointers). Fix by moving the largest static mem block to heap (mem_block_var, about 300MB), but the UE memory management has to be revised deeply