Do not attempt to allocate >= 4 GiB on 32-bit systems (#99)

+ Cache size limited to 2 GiB
This commit is contained in:
tevador 2019-07-09 20:26:50 +02:00 committed by GitHub
parent 41401797c9
commit 47ade5e894
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -31,7 +31,7 @@ Not all of the parameters can be changed safely and most parameters have some co
This parameter determines the amount of memory needed in the light mode. Memory is specified in KiB (1 KiB = 1024 bytes).
#### Permitted values
Any integer power of 2.
Integer powers of 2 in the range 1 - 2097152.
#### Notes
Lower sizes will reduce the memory-hardness of the algorithm.