mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create high-memory-usage-for-openpanel-user.SH
This commit is contained in:
parent
a4fe3ba63a
commit
538c8bffe6
@ -0,0 +1,23 @@
|
||||
# High physical memory usage for new OpenPanel accounts
|
||||
|
||||
OpenPanel uses [Docker images](#) as a base for every user. We provide and maintain two official images that both use Ubuntu24 and Nginx or Apache webserver.
|
||||
|
||||
These images are optimized for both speed and performance, and new idle accounts will use from 10-150mb of RAM - depending if using Debian or Ubuntu as server OS.
|
||||
|
||||
If you want to fine tune the performanse and lower RAM usage for idle accounts, you can create a custom Docker image that will have only the services that you offer pre-installed.
|
||||
|
||||
Here is an example guide on creating a custom docker image:
|
||||
|
||||
|
||||
## How OpenPanel uses RAM
|
||||
|
||||
When new user is created, it has a Ubuntu24 OS that has only PHP running. A unique feature of OpenPanel is that additional services are started only when needed.
|
||||
|
||||
For example, Nginx/Apache are started only after user adds its first domain. MySQL only after adding database/user, phpMyAdmin and WebTerminal only when opened, etc.
|
||||
This allows to minimize resources needed for each user, and allows overselling of resources.
|
||||
|
||||
|
||||
|
||||
## New Accounts
|
||||
|
||||
## Accounts with data
|
Loading…
Reference in New Issue
Block a user