> 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nuvolos.com/how-to-guides/workflows-for-instructors/configuring-student-applications/manage-performance-for-large-concurrent-classes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
