aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-04-05 12:05:49 +0000
committerlloyd <[email protected]>2014-04-05 12:05:49 +0000
commit93b196d09ab89fe057ffb7fb32914eb5718514df (patch)
tree3557c4bdb9966720ec0cf352dc1e56bd4468ab09 /src/build-data/buildh.in
parent763dd827af5c1a481963316ab602141723432e49 (diff)
NetBSD portability fix and some performance tweaks in locking allocator
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r--src/build-data/buildh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 2bf6cd7e6..6172af247 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -36,7 +36,7 @@
#define BOTAN_DEFAULT_BUFFER_SIZE 1024
/* Maximum size to allocate out of the mlock pool */
-#define BOTAN_MLOCK_ALLOCATOR_MAX_ALLOCATION 4096
+#define BOTAN_MLOCK_ALLOCATOR_MAX_ALLOCATION 128
/* Multiplier on a block cipher's native parallelism */
#define BOTAN_BLOCK_CIPHER_PAR_MULT 4