Code Monkey home page Code Monkey logo

Comments (9)

ktock avatar ktock commented on August 26, 2024

Is this duplication of #191 ?

EDIT: I've added some comments on that thread.

from container2wasm.

Cinemacloud avatar Cinemacloud commented on August 26, 2024

More or less but curious how I can at least tweak storage size (through Docker?) before its implemented in c2w itself.. or not possible?

from container2wasm.

ktock avatar ktock commented on August 26, 2024

tweak storage size (through Docker?)

Could you elaborate what "storage" means? The storage usage by docker during build? Or the output Wasm image size? Or the disk size of the container(VM) running on browser?

from container2wasm.

Cinemacloud avatar Cinemacloud commented on August 26, 2024

yes, practically I was just updating the packages and it quickly ran out of space and stopped working.

from container2wasm.

ktock avatar ktock commented on August 26, 2024

We rely on docker build for generating wasm images so it sounds like Docker's concern. If it's ok to remove your Docker build cache, Docker provides docker builder prune for removing build cache and increasing free space. https://docs.docker.com/engine/reference/commandline/builder_prune/

from container2wasm.

Cinemacloud avatar Cinemacloud commented on August 26, 2024

So c2w has no practical limits other than Docker prescribes via images and containers?

from container2wasm.

ktock avatar ktock commented on August 26, 2024

Yes. If needed, we can fix c2w to optionally use some flags of docker build for limiting resource usage: https://docs.docker.com/engine/reference/commandline/build/#options

from container2wasm.

Cinemacloud avatar Cinemacloud commented on August 26, 2024

That would be awesome or show me how I can do it in few steps I plan to use this in a big project poc, thanks!

from container2wasm.

Cinemacloud avatar Cinemacloud commented on August 26, 2024

Just curious if you were able to give hardware scaling params into build yet and also could you put together a demo using Neko browser which is docker based already.

from container2wasm.

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.