#Make Function container bigger
16 messages · Page 1 of 1 (latest)
Do you have run
docker compose up -d after changing the variable?
Ye
Its the docker container
J cant change the size of
Hmm @granite sail do you know how is it possible to do that? 🤔
Just to make sure, this is about increasing available RAM for a function during execution?
I dont think there is limit on harddrive usage, or at least it isn't anything low
If you’re referring to the SIZE column in docker ps, I’m pretty sure that’s just telling you how much the container is using, not what its limits are
And how would i up that limit?
why is it set on 398 MB then? i have to install smth during the function and its not really working out
As I said, it isn’t a limit. It’s just how much you’re currently using
While installing texlive with wget for example, i run out of space.
i should have more available, but it doesnt really work
its only 600MB after all?
but yeah, it stops right at 380MB and i cant get past 
i guess it has smth to do with me installing it AFTER creating the container with the function, but theres no way to do it before otherwise
There is - you can download the binary during build and put it in the /usr/local/server/src dir, I think