Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rinf takes a lot of space on disk #246

Open
LucaCoduriV opened this issue Dec 14, 2023 · 5 comments
Open

Rinf takes a lot of space on disk #246

LucaCoduriV opened this issue Dec 14, 2023 · 5 comments

Comments

@LucaCoduriV
Copy link
Contributor

Hello, I am wondering if it is normal that rinf takes so much space on disk when I build my app ?
I already tried to delete and rebuild but it doesn't help.
image

@temeddix
Copy link
Member

Hi @LucaCoduriV :)

image

It's not surprising that 'rinf' plugin folder is taking up a few gigabytes because cargokit(The build connector) is using that custom folder to save build artifacts.

image

I'm not sure though that it should take up to 17GB, though. Perhaps it's because, on Linux, there are multiple architectures being targetted(As fat binary). On Windows, there is only one architecture(x64_64) being targetted, so could you check which architectures are being targetted on your Linux machine?

image

@LucaCoduriV
Copy link
Contributor Author

image
It looks like I also have only one target.
image
It looks like it comes from dependencies

@temeddix
Copy link
Member

I'm not sure why that dep folder is taking up so much space. Maybe I should analyze it on my machine, too 🤔

@LucaCoduriV
Copy link
Contributor Author

Sorry I can't really help. I know nothing about cargokit and how it works. But I hope that you are able to find a solution.
My folder is actually at 50gb because of debug, profile and release builds

@temeddix
Copy link
Member

Thank you very much for providing us with all the detailed infos :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants