Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 3
    Does it really have to work on any *nix system? Commented Nov 8, 2013 at 12:31
  • 37
    Instead of jut filling memory, could you instead create a VM (using docker, or vagrant, or something similar) that has a limited amount of memory? Commented Nov 8, 2013 at 13:27
  • 4
    @abendigo For a QA many of the solutions presented here are useful: for a general purpose OS without a specific platform the VM or kernel boot parameters could be useful, but for a embedded system where you know the memory specification of the targeted system I would go for the filling of the free memory. Commented Nov 9, 2013 at 17:40
  • 2
    In case anyone else is a little shocked by the scoring here: meta.unix.stackexchange.com/questions/1513/…? Commented Nov 13, 2013 at 14:46
  • See also: unix.stackexchange.com/a/1368/52956 Commented Jun 18, 2015 at 18:42