|
|
|
|
|
by nisa
978 days ago
|
|
> Moodle is a total beast to scale, it uses a ton of memory and EVERYTHING assumes its running on one server, not a high-availability setup. It's PHP and MySQL/PostgreSQL. Not really sure where there should be a problem. With CephFS or NFS scaling shouldn't be an issue for the most part and the database can run on another host? |
|
Sessions write to disk by default.
Uploading to S3 is a plugin you have to install - that defaults to still saving to disk then uploading after a minimum duration.