Managing Server Load when unzipping many large files
So, I have about 500 zipped up files that I needed to unzip.
Each of these files is about 100M when decompressed.
I ran into a big problem when unzipping the files all at once – when I did a simple “unzip \*zip", the server load eventually skyrocketed.
The load got so high, in fact, [...]

