Skip to content

Commit ec87bd3

Browse files
authored
test: increase memory for old architectures
1 parent a200f3d commit ec87bd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

matrix.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"build_from": "arm32v7/alpine:3.16",
55
"image_name": "alpine-armv7",
6-
"pkg_options": "expose-gc,max-heap-size=38",
6+
"pkg_options": "expose-gc,max-heap-size=48",
77
"pkg_target": "node18-linuxstatic-armv7"
88
},
99
{
@@ -27,13 +27,13 @@
2727
{
2828
"build_from": "homeassistant/armhf-base:3.16",
2929
"image_name": "homeassistant-armhf",
30-
"pkg_options": "expose-gc,max-heap-size=38",
30+
"pkg_options": "expose-gc,max-heap-size=48",
3131
"pkg_target": "node18-linuxstatic-armv7"
3232
},
3333
{
3434
"build_from": "homeassistant/armv7-base:3.16",
3535
"image_name": "homeassistant-armv7",
36-
"pkg_options": "expose-gc,max-heap-size=38",
36+
"pkg_options": "expose-gc,max-heap-size=48",
3737
"pkg_target": "node18-linuxstatic-armv7"
3838
},
3939
{

0 commit comments

Comments
 (0)