I have a submodule called sub1 which is used by multiple project repos (e.g.: proj1, proj2, proj3, etc.):
sub1 is a pretty big submodule.
Each time I create a new project, it has to contain the sub1 submodule, which heavily increase the memory usage on my hard drive.
Is there a way to solve this issue ?