Giter Site home page Giter Site logo

Comments (7)

TheRealDarkCoder avatar TheRealDarkCoder commented on August 31, 2024 1

It was indeed a Memory issue, builds just fine with a higher RAM on the VPS shrugs, who would have expected

from ctfnote.

XeR avatar XeR commented on August 31, 2024

Hello, what commit hash are you using ?
Did you change any files besides .env ? (i.e. what is the output of git status ?)

*note, i got a few of these messages when building:
[...]

You can safely ignore these warnings.
We had to upgrade some packages partially to avoid vulnerabilities

from ctfnote.

TheRealDarkCoder avatar TheRealDarkCoder commented on August 31, 2024
root@PubBuntu:~/CTFNote# git status
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   .env
        modified:   docker-compose.yml

no changes added to commit (use "git add" and/or "git commit -a")

Im on the latest main branch. Pretty sure this is a system specific problem (Cause I can set it up on my home PC same branch easily). Just trying to figure out what might cause it like firewalls or anything (Since all I can infer from the error message is that some port is closed?)

from ctfnote.

JJ-8 avatar JJ-8 commented on August 31, 2024

@TheRealDarkCoder This issue seems to be very similar: TypeStrong/fork-ts-checker-webpack-plugin#674. Maybe it is useful to look into the solution that is provided there?

from ctfnote.

TheRealDarkCoder avatar TheRealDarkCoder commented on August 31, 2024

I have just spun up a completely fresh VPS and the issue persists, so maybe it's not just system specific.

@JJ-8 I don't know how to patch a node module from inside a docker during build.

from ctfnote.

XeR avatar XeR commented on August 31, 2024

Is there any log message explaining why a process got SIGKILL'd ?
Try journalctl --boot if your distribution uses systemd and look for anything suspicious

from ctfnote.

TheRealDarkCoder avatar TheRealDarkCoder commented on August 31, 2024

Looks like the kernel killed the process due to out of memory. Running htop while it builds confirms that the memory usage keeps getting higher until it crashes. There is no way this is a hardware issue, right? The droplet got 2 gigs of memory.

from ctfnote.

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.