GC.disable
1_000_000.times {a = []}
# Expected leak at this point
GC.enable; GC.start
# Memory leak about double in size now.