I feel like I’m being really thick… I read this (<...
# seed
m
I feel like I’m being really thick… I read this (https://seed.run/docs/build-machine-types) and was like great: let’s beef everything up… But I can’t see the option anywhere?
r
In the console: Click on your app, Settings then Service Settings (over on the right)
f
Hi @Matt Vagni are you deploying an SST app or SLS app?
a
We're deploying an SST app (I work with Matt).
f
Hey @Akos, SST uses a fleet of build servers that are highly optimized for deploying SST apps (hence it doesn’t cost any build minutes to deploy SST apps on Seed)
All build servers for SST are currently running on STANDARD machine size. We are going to make other machines sizes available soon!
I will keep you posted on it!
m
@Frank that would be great - we’d love to speed things up where possible since we run integration tests on each PR and they can only start once the deploy wrapped up 👍
k
I am having this issue now and unfortunately for me it does not have to do with the speed but with memory 😞, my UI builds are being killed 😅
@Frank any way to bump the memory of the builds ?
Ok fixed this by just reducing the
max_old_space_size
I had it set to 4gb 🙂