resources.assets > 2GB

I think all this memory talk and “how to force windows to use more RAM in 32 bit” is unrelated.

Currently in Unity, serialized files can’t be larger than 2GB. I don’t think we fixed that yet; will poke the relevant folks.

Try doing as superpig says - don’t put too much stuff under Resources folder. Split into multiple asset bundles, or something like that.