# Single server, one tenant, multiple processes in parallel

**URL:** https://forum.flowable.org/t/single-server-one-tenant-multiple-processes-in-parallel/11416
**Category:** Flowable Engine
**Created:** [April 11, 2024, 2:09am UTC](https://forum.flowable.org/t/single-server-one-tenant-multiple-processes-in-parallel/11416 "2024-04-11T02:09:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![wmdebrito](https://avatars.discourse-cdn.com/v4/letter/w/f6c823/32.png) [@wmdebrito](https://forum.flowable.org/u/wmdebrito)
#### Post date: [April 11, 2024, 2:09am UTC](https://forum.flowable.org/t/single-server-one-tenant-multiple-processes-in-parallel/11416/1 "2024-04-11T02:09:18Z")

</div>

I have a deployment where I have a single server, with 2 cores, 5GB RAM. Flowable 6.4.1  
It runs 1 tenant, and that tenant has many processes deployed.

If I run a given process alone, it takes about 1 minute.  
If I run the same process at the same time, let’s say 10 instances, all process finish in about 12 minutes. All the execution seem to follow some kind of sequential with a slot of time for each one of those.

How can I found out more about how to setup to run those process in parallel.

Here I am not talking about parallel gateway. I am talking about different BPMNs running at the same time for the same tenant.

I would appreciate some clarification. I am reading the documentation, I am thinking it is related to DefaultAsyncJobExecutor and JobService. But I am still not sure.

Thank you

---

<div class="post-metadata">

### Author: ![filiphr](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/filiphr/32/315_2.png) [@filiphr](https://forum.flowable.org/u/filiphr)
#### Post date: [June 12, 2024, 10:05am UTC](https://forum.flowable.org/t/single-server-one-tenant-multiple-processes-in-parallel/11416/2 "2024-06-12T10:05:48Z")

</div>

Hey @wmdebrito,

We’ll need a bit more information about your setup to be able to help you. e.g. How are you deploying Flowable? Are you using our Spring Boot starters? What are you doing in your processes?

You can look into our [Basic Performance Tuning](https://documentation.flowable.com/latest/howto/howto/howto-basic-performance-tuning) how-to for some more information as well.

Cheers,  
Filip
