Skip to main content

Repl Resources

You can find the current resource usage of your Repl in the workspace header. This includes the amount of RAM, CPU, and Storage currently being used by your Repl to run your code, the LSP, and other background services.

opening the Resources panel

Why Monitor Repl Resources?

It's important to monitor your resource usage to ensure that your Repl has enough resources to run smoothly. If you notice that your resource usage is consistently high, it may make sense to use a Boost to increase the resources your Repl can use, or make changes to your code so your program uses less resources.

Resources panel when near limit

High Resource Usage

If your Repl's performance is suffering due to high resource usage, try optimizing your code for better efficiency by adjusting your computational approach.

Was this helpful?