Since I try to lower the hardware requirements of my game and optimize resource consumption, I wonder what consumes more memory:

1x 1024x1024, all models sharing this texture

or

4x 512x512, every model with its own texture

Has anybody made experiences in this field ?