> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/how-to-guides/workflows-for-instructors/configuring-student-applications/manage-performance-for-large-concurrent-classes.md).

# Manage performance for large concurrent classes

<mark style="color:$primary;">**Outcome**</mark>\
You design teaching material and application sizing to keep performance acceptable when many students run code simultaneously.

<mark style="color:$primary;">**Before you start**</mark>

* You are designing material for an interactive session with a large class.
* You have a sense of which code examples involve heavy computation.

Every student in a course runs code in the same application configuration as the instructor. When many students execute computationally intensive code concurrently, application performance can be lower than what you experienced while developing the material (when fewer users were active).

For interactive sessions with a large class, two options:

* Design code examples that execute within a minute or so at most.
* Configure the space with larger per-student application sizes - see [Reference › Applications](/reference/applications.md) for size options.

For the most performance-sensitive cases, contact Nuvolos support to discuss dedicated compute nodes for each student application. For out-of-class work where concurrency is lower, these considerations can be relaxed.
