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 b648e0b commit 8a73394Copy full SHA for 8a73394
scripts/check_layer_size.sh
@@ -7,10 +7,9 @@
7
8
# Compares layer size to threshold, and fails if below that threshold
9
10
-# 7 mb size limit
11
set -e
12
-MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 4 \* 1024)
13
-MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 13 \* 1024)
+MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 5 \* 1024)
+MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 11 \* 1024)
14
15
16
LAYER_FILES_PREFIX="datadog_lambda_py"
0 commit comments