Visit Azul.com Support

Starting and Stopping Zing Memory

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

This page describes how to start and stop Zing Memory with Azul Zing Builds of OpenJDK (Zing).

Starting Zing Memory

To start Zing Memory:

  1. Login to your system as root.

  2. Ensure there are no running processes using Zing Memory, type:

     
    $ zing-ps
  3. On the Zing system, at the system prompt or through scripts, as root, execute the command:

    • For RHEL, SLES, or Ubuntu:

       
      # service zing-memory start

      If you receive an error indicating the service does not exist, run the following command.

    • For RHEL, SLES:

       
      # /etc/init.d/zing-memory start
    • For Ubuntu:

       
      # initctl start zing-memory

Stopping Zing Memory

To stop Zing Memory:

  1. Login to your system as root.

  2. Ensure there are no running processes using Zing Memory, type:

     
    zing-ps
  3. On the Zing system, at the system prompt or through scripts, as root, execute the command:

    • For RHEL, SLES, or Ubuntu:

       
      # service zing-memory stop