> For the complete documentation index, see [llms.txt](https://docs.zingg.ai/0.3.4/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingg.ai/0.3.4/stepbystep/zingg-runtime-properties.md).

# Zingg Runtime Properties

Memory, external jars and other runtime properties

Zingg jobs can be passed JVM and other settings through a properties file. A sample file exists at [config/zingg.conf](https://github.com/zinggAI/zingg/blob/main/config/zingg.conf). The properties can be passed by invoking

`./scripts/zingg.sh --properties-file <location to file> --conf conf.json`&#x20;

To include jars for Snowflake/BigQuery/MySQL etc, please download them and add them to the spark.jars property.
