Code Monkey home page Code Monkey logo

Comments (4)

kaitz avatar kaitz commented on August 23, 2024

This is not a bug. Reported memory is total maximum. JPEG itself uses below 1G but compressing headers and all other uses default model witch uses more memory. You can see it int Task Manger column Commit size.

from paq8pxd.

nopeynope60 avatar nopeynope60 commented on August 23, 2024

It's dynamically allocating when it should be a complete static allocation based on the max memory throughout the entire process. For what reason would you ever want dynamic allocation of memory in this instance? Yeah, it's wasteful for a full static allocation, but you're less likely to run into "Out of Memory" issues as a result.

I should really emphasize just how easy it is for me to trigger out of memory errors. I'm using paq8pxd while I'm also using my system. This dynamic allocation assumes you are not doing anything else on your system while paq8pxd is running.

from paq8pxd.

kaitz avatar kaitz commented on August 23, 2024

// Compress header

// Write out segment data

At these points default model is used, here comes total maximum memory usage.
Segment data compression uses same amount of memory as header compression.
Its static per stream model.

from paq8pxd.

kaitz avatar kaitz commented on August 23, 2024

Closed

from paq8pxd.

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.