Random-Access Memory (RAM)¶
Definition
AI-generated
Random-Access Memory (RAM) is volatile main memory that stores data and program state while a computer is running, with direct access to addresses for fast reads and writes.
Synonyms
Why it matters in GWAS¶
Many GWAS and sequencing tools are memory-heavy; insufficient RAM causes failures, swapping, or severe slowdowns when working with large cohorts, dense genotype matrices, and reference panels.
Example usage¶
"The imputation step required 256 GB RAM per job to keep chromosome chunks in memory without spilling to disk."
Other meanings (optional)¶
- Memory - persistent state in LLM and agent systems across turns or sessions.
Related terms¶
References¶
- Patterson DA, Hennessy JL. (2017). Computer Organization and Design.
Last updated (UTC · Git history)