Skip to content

Commit 841266c

Browse files
committed
increase layer size
1 parent e6d29e2 commit 841266c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_layer_size.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# 7 mb size limit
1111
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 7 \* 1024)
12-
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 18 \* 1024)
12+
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 19 \* 1024)
1313

1414

1515
LAYER_FILES_PREFIX="datadog_lambda_node"

0 commit comments

Comments
 (0)