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.
1 parent 784a41b commit bb2271cCopy full SHA for bb2271c
scripts/check_layer_size.sh
@@ -9,7 +9,7 @@
9
10
set -e
11
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 17 \* 1024 / 2) # 8704 KB
12
-MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 22 \* 1024) # 22528 KB
+MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 25 \* 1024) # 25600 KB
13
14
15
LAYER_FILES_PREFIX="datadog_lambda_py"
0 commit comments