Share
Share[expr] changes the way expr is stored internally, to try and minimize the amount of memory used.
Share[]tries to minimize the memory used to store all expressions.
Examples
data = Table[{1, 2, 3}, 1000];
Share[data]Share[]Please visit the official Wolfram Language Reference for more details.