Spawn 2 workers to stress test memory (each worker allocates 256M bytes)

stress

  • A tool to stress test CPU, memory, and IO on a Linux system.
    More information: <https://manned.org/stress>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

stress -m {{2}} --vm-bytes {{256M}}

click the source code to copy install stress on any operating system with command-not-found.com