I want to extract a huge .tar.gz file but when I do extract it stalls the server. The server is write heavy and extracting seems to choke the disk. Is there a nice way to extract without stopping the world? I've tried the 'nice' and 'cpulimit' command but they don't seem to do the trick.
|
feedback
|
|
Where are you bottlenecking: IO or CPU? Have you tried Are you trying to retrieve a single file out of it, or just unpacking the full thing? | |||||
feedback
|
|
Apply You may want to install | |||
|
feedback
|
du -hon the file - what is it's size? – new123456 Jul 8 '11 at 12:47