Skip to content

Disk plot Testing Questions #208

Answered by harold-b
WillBVT asked this question in Q&A
Discussion options

You must be logged in to vote

VirtualAlloc failed means the OS was not able to give us the memory we asked it to give us to plot. At 64 buckets bladebit requires around 12G of RAM excluding any cache usage. So if you'd like to maximize cache usage you may try increasing the bucket count (the memory requirements get halved with each bucket count reduction) and lowering the amount assigned to cache.

128 buckets are not enabled in the alpha 2 build, but you can download the latest development build which has it enabled (bottom of the page). 128 buckets is a happy medium requiring around 6G of RAM, thus you can potentially assign more to cache without having to go down to 256 buckets.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by harold-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants