This page (and this one) use the JIT Canvas Class to create a 4000 px x 4000 px canvas. Refreshing those pages will show 20-50 MB memory increase each time the page is refreshed.
This page also draws a 4000px X 4000px canvas, but uses the <canvas> tag. Refreshing that page will show no memory increase.