1. Help Center
  2. Getting Started

Validating Your Install Environment

For maximum performance during load testing and production, it's important that the system you install Diffusion on meets the system requirements for your version of Diffusion.

You can run the environment validation script to detect problems with the install environment.

The script uses the jjs command line tool which is included with Java 8.

  1. In the directory where you installed Diffusion, navigate to /bin.
  2. Run the environmentValidation.js script:
    • On Linux, run: ./environmentValidation.js
    • On Windows, make sure <java_home> is added to your path, then run: jjs environmentValidation.js

Note that macOS is not certified as a production system for Diffusion, so the validation script does not support macOS. You can still install and run Diffusion on macOS for development purposes.