I have 2 GB of disk space and I am uploading 2 jar files that both add up to a little less than 360 MB. But whenever I upload these JAR files with a couple other files (that are not even big) and whenever I push my code to upstream after editing it a bit, my disk quota reaches 100%. Why is this the case? How is the server automatically filling up each time I edit the code and especially after I add my jar files?
I am using maven to build the jar files and am aware that because of this, they both would be counted in two places. But 2 GB is more than enough, ins't it? So what is the problem? By the way, these jar files are 3rd party JAR files. AND I am using the wildly 10 cartridge.
Thanks for the help in advance!