# When submitting jobs to the Spark cluster how can I increase the memory for the Job

**URL:** https://community.sparkflows.ai/t/when-submitting-jobs-to-the-spark-cluster-how-can-i-increase-the-memory-for-the-job/94
**Category:** General
**Created:** [December 13, 2025, 1:50am UTC](https://community.sparkflows.ai/t/when-submitting-jobs-to-the-spark-cluster-how-can-i-increase-the-memory-for-the-job/94 "2025-12-13T01:50:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jayant](https://avatars.discourse-cdn.com/v4/letter/j/ecb155/32.png) [@jayant](https://community.sparkflows.ai/u/jayant)
#### Post date: [December 13, 2025, 1:50am UTC](https://community.sparkflows.ai/t/when-submitting-jobs-to-the-spark-cluster-how-can-i-increase-the-memory-for-the-job/94/1 "2025-12-13T01:50:43Z")

</div>

When running the Job you can use parameters like below for the job conf:

`--conf spark.driver.memory=8g --conf spark.executor.memory=16g`
