Skip to content

Commit 937b371

Browse files
Integer layer size
1 parent 5a3ad86 commit 937b371

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
@@ -8,7 +8,7 @@
88
# Compares layer size to threshold, and fails if below that threshold
99

1010
set -e
11-
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 17.5 \* 1024 / 2) # 8960 KB
11+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 18 \* 1024 / 2) # 8960 KB
1212
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 25 \* 1024) # 25600 KB
1313

1414

0 commit comments

Comments
 (0)