From: D B. <ba...@aw...> - 2020-02-26 14:39:06
|
Hi! thanks! I've now picked 4 GB RAM, 2 cores and 40 GB of disk space on a CentOS 8 instance with java-11-openjdk-headless-11.0.5.10-2.el8_1.x86_64. But installing the rpm throws an error: dnf install unity-idm-3.2.0-1.noarch.rpm Last metadata expiration check: 0:33:00 ago on Wed 26 Feb 2020 13:52:54 UTC. Error: Problem: conflicting requests - nothing provides osgi(org.glassfish.hk2.hk2) needed by unity-idm-3.2.0-1.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) But the manual promises me that I need nothing but java11! ;-) Cheers, D On 25/02/2020 19:21, Krzysztof Benedyczak wrote: > Hi, > > W dniu 25.02.2020 o 14:10, Sander Apweiler pisze: >> Hi, >> it's not an official recommendation, but we are using a VM with 2 >> Cores, 4GB RAM and 40GB Disk and CentOS as OS. This is working quite >> good for us. >> >> Best regards, >> Sander >> >> On Tue, 2020-02-25 at 13:18 +0100, D Baum wrote: >>> Hi, >>> >>> I'm tasked with setting up a Unity IDM instance for productive use in >>> a >>> scientific environment with expected number of users in the hundreds >>> (not very clear atm, might be more or less). >>> >>> What are the recommended resources for a virtual machine hosting >>> Unity >>> in this usecase, i.e. disksize, RAM, number of processors? > > I can second Sander's recommendations. Disk size use depends on logs > mostly, the rest is rather fixed well beyond 1GB. CPU - 2-4 will be OK. > > Mem is a longer story. 2GB VM minimum, 4GB recommended, you can use up > to 8GB VM, above it makes rather no sense. > > With RAM the main user are passwords processors (i.e. checking or > setting up a password). But you can fine tune the settings, and recent > versions of Unity manage memory wrt this quite well. In short - the more > memory you have, the more secure password storage settings you can have. > Also note that users count doesn't matter, number of concurrently active > users (e.g. logins, sessions, logouts, admins, ...) matter. > > Below 1GB per unity (note OS use!) it slowly starts to be harder to make > it working, requires config tweaking. > > HTH, > Krzysztof > > |