Skip to content

Commit d62f797

Browse files
authored
Update MAX_LAYER_UNCOMPRESSED_SIZE_KB value
1 parent 5d9dde3 commit d62f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_layer_size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
set -e
1111
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 17 \* 1024 / 2) # 8704 KB
12-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 23 \* 1024) # 23552 KB
12+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 22 \* 1024) # 22528 KB
1313

1414

1515
LAYER_FILES_PREFIX="datadog_lambda_py"

0 commit comments

Comments
 (0)