Open Starmania opened 1 month ago
Also, with 12 cores 12 GB of ram, it failed. But on my other PC with 12 cores 32GB, it worked.
I could provide my PC for the push, 32 GB is not that common...
Have you tried a shallow clone e.g., --depth 1
?
Your memory inflating during git clone sounds weird. It is just a network operation + extracting content. On my potato system (4-Core, 8GB) it barely adds 100MB memory usage when cloning HakuNeko.
Your memory inflating during git clone sounds weird. It is just a network operation + extracting content. On my potato system (4-Core, 8GB) it barely adds 100MB memory usage when cloning HakuNeko.
No problem to clone the repo beside you just downloaded 1.5GB of data (that could be reduced to 0.5GB). The heavy task is pruning as git need to keep in memory objects to compress them efficiently.
The solution for people who want the full repo without commits, but still take storage on servers.
Is your feature request related to a problem? Please describe. A repo of 1.5GB is not easy to work with. Just downloading on a not-so-good ethernet is a nightmare.
Describe the solution you'd like Note hat will also delete local stashed data. Please check before executing.
Describe alternatives you've considered New base ?
Context (please complete the following information):
Additional context