GithubHelp home page GithubHelp logo

Base Repo OOMs on Fly.io about blues-stack HOT 7 CLOSED

remix-run avatar remix-run commented on April 26, 2024
Base Repo OOMs on Fly.io

from blues-stack.

Comments (7)

smucode avatar smucode commented on April 26, 2024 1

I had the same issue, managed to fix it by fly scale memory 512

https://fly.io/docs/apps/scale-machine/

from blues-stack.

kwigley avatar kwigley commented on April 26, 2024 1

I've had success by setting the following in fly.toml

[deploy]
  release_command = "bash ./scripts/migrate.sh"

and creating a script that looks like

#!/bin/bash

fallocate -l 512M /swapfile
chmod 0600 /swapfile
mkswap /swapfile
echo 10 > /proc/sys/vm/swappiness
swapon /swapfile
echo 1 > /proc/sys/vm/overcommit_memory
npx prisma migrate deploy

related: https://community.fly.io/t/prisma-sqlite-causes-an-out-of-memory-error-on-deploy/11039

from blues-stack.

mcansh avatar mcansh commented on April 26, 2024 1

@kwigley if you want to open a PR with those changes, i would gladly merge it :)

from blues-stack.

graysonhicks avatar graysonhicks commented on April 26, 2024

I have attempted a paid plan, but without running machines I can't rescale the apps. I think starting over completely and choosing a higher configuration (multiple CPUs, 4GB RAM) may solve, but if that's the case it should be documented, and I'm not sure how that affects pricing on Fly.io.

from blues-stack.

graysonhicks avatar graysonhicks commented on April 26, 2024

Yea, unfortunately mine was in a broken state where the app never successfully deployed, so I couldn't scale the memory for it and it was stuck at 256. Only solution was to delete the fly app and start over, choosing the 512 memory version to being. I think that is okay, but should be documented.

from blues-stack.

kinggoesgaming avatar kinggoesgaming commented on April 26, 2024

Stuck on this as well...

Is the memory update applicable to the DB machine or the website machine(staging/production)?

My assumption is the DB but want to confirm before I blow something up

EDIT: figured it out, its for the staging/prod website machines.

from blues-stack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.