Versions Compared

Key

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

...

Info

If you are running MacOS Sierra or High Sierra, and experiencing long startup times for WSO2 products, try mapping your Mac hostname to 127.0.0.1 and ::1 in the /etc/hosts file.

Code Block
127.0.0.1   localhost <my_computer_hostname>
::1         localhost <my_computer_hostname>

Following are the configurations you can apply to optimize OS-level performance:

...