documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Add section providing advice on reducing RAM use

Open wjchulme opened this issue 2 years ago • 0 comments

This is particularly relevant for R, where objects are held in memory. For example:

  • use correct variable typing for large datasets
  • delete large objects when no longer used
  • consider random sampling

Probably belongs in the "opensafely best practice" section

wjchulme avatar Apr 12 '22 21:04 wjchulme