Open
Conversation
Member
|
I'm not sure why are you seeing mksquashfs only take one core, I'd like to hunt that down before switching to different comp algo, because everywhere we run the builds we're seeing mksquashfs go brrr on all cores (except a few serialization points along the way) |
Author
|
hmm, okay yeah that makes me wonder if i misunderstood something, so i'll go digging for some more info and post back here when i have it. thanks!
…On Mon, Nov 11, 2024, at 03:11, Pavel Snajdr wrote:
I'm not sure why are you seeing mksquashfs only take one core, I'd like to hunt *that* down before switching to different comp algo, because everywhere we run the builds we're seeing mksquashfs go brrr on all cores (except a few serialization points along the way)
—
Reply to this email directly, view it on GitHub <#73 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAGAIAC2KOQSQTH7F34AW5T2ACGFZAVCNFSM6AAAAABRQP4MSCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRXHEYTCMJVGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
7f34bc3 to
ab6d953
Compare
f4d4895 to
fff50db
Compare
fe1cee4 to
7c239b3
Compare
1450bac to
087b340
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hi there, i'm a big fan of the work you're doing on vpsAdminOS! i'm trying to build a modest datacenter installation (order ~100 cores, disks, and users) and vpsfree.cz is really inspiring!
in the process of setting up my hosts, i was intent on pxe booting and i noticed during (the many, many) rebuilds that it was taking a long time and using only one core. i'd love to speed this up, so started to try to find out what i could do to help that and found my way to the mksquashfs call.
i'm sure this is incomplete/needs more work, but i wanted to at least share where i'm at to see if this is an area i should work on before i spend more time digging in. (also, it's been several months since i was deep in it due to life stuff, so my context here is a little outdated)
any pointers/guidance/re-orientation is welcome! cheers!