Memory Blaster
by XTREME104
HTML
<h4>To free memory, this app will temporarily consume memory. This may cause your browserto temporarily become unresponsive. The more MB entered, the more free RAM is temporarily used, and thus the more RAM is freed. The more MB used, the longer the browser will remain unresponsive. If the browser remains unresponsive for excessive amounts of time, lower the MB. The maximum is 16GB(16000 MB). Results may vary.</h4>
<input type="number" autocomplete="on" value="1000" min="50" max="16000" step="50" id="power">Currently free MB of RAM</input>
<button onclick="new Array(power.value * 23).join(new Array(power.value * 43));">Blast Memory</button>