Giter VIP home page Giter VIP logo

Comments (5)

caesay avatar caesay commented on June 12, 2024

How much RAM do you have installed? Your system has run out of memory.

Creating (and extracting) Setup.exe bundles currently happens in memory and the moment is not designed to support packages this large. I might be able to improve this somewhat on the Squirrel side, but I'm not convinced that User32 UpdateResource can handle files this large.

from clowd.squirrel.

trrahul avatar trrahul commented on June 12, 2024

I have 16 GB RAM and I think visual studio was using a lot of the available memory. I will try running the command again with an eye on the memory usage.

from clowd.squirrel.

trrahul avatar trrahul commented on June 12, 2024

I checked and the process was using only around 200 MB when the error happened and the whole memory usage was at 45%.

from clowd.squirrel.

trrahul avatar trrahul commented on June 12, 2024

I resolved this issue by adding /p:RuntimeIdentifier=win-x64 to MsBuild command and it results in a smaller build which brought down the package size to 340 MB. Now there is no error and the installer is created.

from clowd.squirrel.

caesay avatar caesay commented on June 12, 2024

I have rewritten the setup architecture in 01aab4d to be more cross-platform friendly and we no longer need to load packages into memory to create setup bundles (or extract them while installing)

from clowd.squirrel.

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.