Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore

This commit is contained in:
Jens Steube
2018-11-04 10:07:45 +01:00
parent 399bd2562a
commit 344ea5b36d
4 changed files with 26 additions and 2 deletions
+3 -1
View File
@@ -20,8 +20,10 @@
## Improvements
##
- Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore
- Memory: Limit maximum host memory to allocate depending on bitness
- Tests: Added hash-modes 11700 (Streebog-256) and 11800 (Streebog-512)
- Tests: Added hash-mode 11700 (Streebog-256)
- Tests: Added hash-mode 11800 (Streebog-512)
- Tests: Added hash-mode 11850 (HMAC-Streebog-512 (key = $pass), big-endian)
##