Created
June 5, 2019 09:35
-
-
Save noodle71/c14450de750257e9c633a270a415425f to your computer and use it in GitHub Desktop.
Allocate more than one GB is possible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const createGB = () => (new Uint8Array(1024*1024*1024)).map(i => i); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment