GithubHelp home page GithubHelp logo

hi there, about bsgs HOT 3 CLOSED

iceland2k14 avatar iceland2k14 commented on August 10, 2024
hi there,

from bsgs.

Comments (3)

iceland2k14 avatar iceland2k14 commented on August 10, 2024

There are some inconsistency in your numbers, but let me explain in simple way.

You need to first see how much RAM you are going to use. That's how you decide bPfile elements.
Let's say i have a 32GB RAM in my system of which approx 25GB is free. rest is used by OS and other programs.
Then my bloomfile can not be more than 25GB.

By using, 1 billion elements i get 5GB bloom. So it means, i should approx make 4.5 billion (4,500,000,000) elements to run in 32GB system.

bPfile each 1 element is 32 byte. So 4.5 billion items will make 144 GB bPfile which will be converted into 23GB bloomfile and that will be used in your RAM. That is the way to proceed.

from bsgs.

dextronomous avatar dextronomous commented on August 10, 2024

hi thanks so much for explaining, i am having another issue, can it use more then 1 cpu when creating the bpfile bpfile_2_blooom_dll.py is not using more cpus then one whatever i tried, and that one has only got 10% usage. but now if having 320GB bpfile, and bloom is now 46GB then it means with 192 ram it should be good i guess, now i am gonna do a 1.2t 138GB Bloom thank you., but is very slowly creating the file, all cpus enabled with 24 but nogo there, or 16 or 8 or 4 still only 1 cpu used. thanks again sir. but with the cpu's not being used it takes loong time like a week easy for the bpfile. is there an issue on my side, i have been using it on 1 system right now, but slow.

from bsgs.

iceland2k14 avatar iceland2k14 commented on August 10, 2024

If you are in windows, the development branch has a script which creates bloom in batch. But still 1 cpu. As filling bloom in different threads has a huge overhead of modification all the time.
This is faster than current main branch script. In case you are still doing big files.

from bsgs.

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.