From 04e0dd6a444fb068b527469f4979267032f33fc8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 14 Sep 2023 12:53:30 -0700 Subject: [PATCH] initial commit --- index.html | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..5c4d054 --- /dev/null +++ b/index.html @@ -0,0 +1,64 @@ + + + + + Massive memory allocation test + +

+

Massive memory allocation test

+ +

+ Allocates 16-MiB ArrayBuffers until something stops it. + May crash your system or make it sluggish. +

+ +
Ready to start.
+
+ + + \ No newline at end of file