Skip to content

Commit df7bad0

Browse files
committed
Update size limits.
1 parent b648e0b commit df7bad0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/check_layer_size.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77

88
# Compares layer size to threshold, and fails if below that threshold
99

10-
# 7 mb size limit
1110
set -e
12-
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 4 \* 1024)
13-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 13 \* 1024)
11+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 5 \* 1024)
12+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 12 \* 1024)
1413

1514

1615
LAYER_FILES_PREFIX="datadog_lambda_py"

0 commit comments

Comments
 (0)