Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleTemporarily increase the number of open files
sudo bash
ulimit -n 40960128000
sudo -u myuser bash
mvn clean install

...