Anyone has idea how to debug why it restarts?
I think the problem may be that RAM is not completely functional. Decompression needs RAM, and the payload also needs RAM.
I agree. It might be interesting to disable caching and see if you still get so far. I've been fooled before because the cache was big enough to fit the working set.
Thanks, Myles