# Systems without video cards

The **java.awt.headless** parameter enables systems without video output and/or human input hardware to execute operations that require them. To set this application server option to be applied at every Pentaho Server startup, you will need to modify the startup scripts for either the Pentaho Server or your Java application server.

Prior to starting the Pentaho Server the first time, add the **-Djava.awt.headless=true** parameter to the list of **CATALINA\_OPTS** parameters. The entire line should look like this:

```

export CATALINA_OPTS="-Djava.awt.headless=true -Xms4096m -Xmx6144m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"

```

If you intend to create a Pentaho Server service control script, you must add this same parameter to that script's **CATALINA\_OPTS** line.
