All Tags
AWS
algorithm-design
architecture
cloud-principles
cost-reduction
data-centric
data-compression
data-processing
deployment
design
edge-computing
energy-footprint
hardware
libraries
locality
machine-learning
management
measured
migration
model-optimization
model-training
performance
queries
rebuilding
scaling
services
strategies
template
workloads
Tactic: Reduce memory leaks
Tactic sort:
Awesome Tactic
Type: Software Practice
Category: green-software-practice
Tags:
energy-footprint
Title
Reduce memory leaks
Description
With memory leaks the application can stall or crash. This unpredictable behavior can alter the energy consumption and, more generally, they must always be avoided.
Participant
Software application developers
Related software artifact
C application in which we induce a memory leak (like malloc() )
Context
Green Lab
Software feature
< unknown >
Tactic intent
Reduce memory leaks
Target quality attribute
Energy-efficiency
Other related quality attributes
< unknown >
Measured impact
< unknown >