Available Quote by Arthur Bloch
“Any given program will expand to fill all available memory.”
About This Quote
Source Book: The Complete Book of Programming Humor, 1995
Programs tend to use as many resources as they can, often stretching to the limits of memory.
In simple terms: Programs grow to use all memory.
Design with limits in mind.
Themes
Mood
Type
When to use this quote
- software development
- system architecture
- performance tuning
Key Concepts
Questions to Reflect On
- How do you prevent resource exhaustion?
- What strategies limit memory use?
Assumes unlimited hardware; may not apply to embedded systems.