Amount Quote by Bill Joy
“I think it killed the performance on a lot of the systems in the Labs for years because everyone had their own copy of it, but it wasn't being shared, and so they wasted huge amounts of memory back when memory was expensive.”
About This Quote
Source Interview: 1995 Unix Systems Talk, Bill Joy
Duplicating software copies caused massive memory waste, slowing system performance and increasing costs.
In simple terms: Multiple copies wasted memory and hurt performance.
Share resources to reduce waste.
Themes
Mood
Type
When to use this quote
- data center operations
- software deployment
- team development
- legacy system maintenance
Key Concepts
Questions to Reflect On
- How can teams balance sharing with security?
- What policies ensure consistent versions?
Sharing may introduce security risks or version conflicts.