I always feel anxious when installing new libraries to my server. Are are any other implications then little less free hard drive space? Theoretically, apt-get install ... should not effect the performance anyhow, right? Thanks

link|improve this question

50% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Performance? Not unless the drive were filled or there's really really bad fragmentation (and if it's hitting the drive that much, you probably need more memory or have another problem)

The only way more libraries would "hurt" anything are if those libraries hose other system libraries or if they're trojaned. If you have backups you shouldn't need to worry.

Performance-wise having things sitting on the hard drive shouldn't affect anything. Only running applications using resources (memory, processor, network I/O, etc.) would affect performance...except when doing backups. Using more disk space means it can take longer to do backups.

link|improve this answer
Also if you have really really really many libraries in /usr/lib it can become a bit slower as some file systems don't like directories with too many files. But hitting such a limitation on any current file system is unlikely. – johannes Sep 25 '11 at 23:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.