From b11dadd5aabcf1a2f6d9ff54965bf3cd337c7825 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 17 Sep 2017 16:26:48 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c8e465d..6324439 100644 --- a/Home.md +++ b/Home.md @@ -6,7 +6,7 @@ This does not work. It isn't likely to work any time soon. If you want to learn What it sets out to be is a Lisp-like system which: -* Can make use (albeit not, at least at first, very efficiently) of machines with at least terrabytes of RAM; +* Can make use (albeit not, at least at first, very efficiently) of machines with at least [Zettabytes](http://highscalability.com/blog/2012/9/11/how-big-is-a-petabyte-exabyte-zettabyte-or-a-yottabyte.html) of RAM; * Can make reasonable use of machines with at least tens of thousands of processors; * Can concurrently support significant numbers of concurrent users, all doing different things, without them ever interfering with one another; * Can ensure that users cannot escalate privilege;