By: Dieter Scheinkoenig user 02 Mar 2021 at 7:09 a.m. CST

2 Responses
Dieter Scheinkoenig gravatar
Dear all, I would like to install gluu Server on my virtual server, where I do have following split of disk space based on lvm2 28 GB mounted on **/** (including **/opt** directory) 93 GB on mounted on /var I'm a little bit puzzled with the minimum requirement for a Production Environment > The minimum requirements for a production environment with the same services (oxAuth, oxTrust, LDAP, and SAML IDP) are: > > 8 GB RAM > 2 GB swap space > 4 CPU units > 50 GB disk space > ) I can comply with all requirements (although I find them high), but may you help where I should assume the 50GB of disk space. Will it be under /opt or /var? In my current setup, shall I prefer docker than the debian installation? thanks for reply Dieter

By Michael Schwartz Account Admin 02 Mar 2021 at 2:18 p.m. CST

Michael Schwartz gravatar
Both `/opt` and `/var/` will have some growth (`/opt/opendj/db` is the database and there are several log folders in `/opt`. 50G is probably more then you need. Gluu does log rotation automatically.... you can probably get by with 25-30G, but we normally want to leave some room for error. Keep an eye on it, and you can conserve. For production deployment, probably use Debian. For testing, docker is fine.

By Dieter Scheinkoenig user 02 Mar 2021 at 4:11 p.m. CST

Dieter Scheinkoenig gravatar
Thank you very much, what I did now, I just created a new logical volume for /opt :-) NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 320G 0 disk └─sda1 8:1 0 200,6G 0 part ├─server2-ROOT 254:0 0 27,2G 0 lvm / ├─server2-SWAP 254:1 0 5,7G 0 lvm [SWAP] ├─server2-VAR 254:3 0 93,1G 0 lvm /var └─server2-OPT 254:5 0 45,9G 0 lvm /opt Cheers