We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db391db + 8f29782 commit 89552cdCopy full SHA for 89552cd
prometheus_client/mmap_dict.py
@@ -3,7 +3,7 @@
3
import os
4
import struct
5
6
-_INITIAL_MMAP_SIZE = 1 << 20
+_INITIAL_MMAP_SIZE = 1 << 16
7
_pack_integer_func = struct.Struct(b'i').pack
8
_pack_double_func = struct.Struct(b'd').pack
9
_unpack_integer = struct.Struct(b'i').unpack_from
0 commit comments