Comment # 4 on bug 1189991 from
IMO, "resources_big" should be avoided anyway. It leads to longer compile times
and bigger executables, and the way it works is pretty hacky and fragile.
Especially when the resource data is that big that compiling runs out of
memory, it's much better to just read the data files directly instead.

In this particular case it appears to affect test cases, which aren't shipped
in packages anyway. So there's no reason to use resources for those.


You are receiving this mail because: