Skip to content

Commit f5b8a4e

Browse files
committed
bump up layer size limit
1 parent a4c1885 commit f5b8a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check_layer_size.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Compares layer size to threshold, and fails if below that threshold
99

1010
set -e
11-
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 6 \* 1024)
12-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 15 \* 1024)
11+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 8 \* 1024)
12+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 22 \* 1024)
1313

1414

1515
LAYER_FILES_PREFIX="datadog_lambda_py"

0 commit comments

Comments
 (0)