Skip to content

Commit 10563b4

Browse files
committed
build: bump layer size check
1 parent e8c6b74 commit 10563b4

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 5 \* 1024)
12-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 13 \* 1024)
11+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 6 \* 1024)
12+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 15 \* 1024)
1313

1414

1515
LAYER_FILES_PREFIX="datadog_lambda_py"

0 commit comments

Comments
 (0)