<?php $array = array(); for ($i = 0; $i < 1024 * 1024; ++$i) $array[$i] = 0; echo memory_get_peak_usage();
You have javascript disabled. You will not be able to edit any code.