Installing SP8 with < 16GB

jeffs42885

ADSM.ORG Member
Joined
Nov 7, 2018
Messages
26
Reaction score
0
Points
0
Hi All,

I am trying to setup a VM (RHEL) running spectrum server on my laptop. I only have 12GB. On my development desktop that has 32GB of memory, I have no issues.

Is there a way to trick the installer into saying that I have 16 or more. I am using VirtualBox by the way.

Also, if anyone thinks I should use VMware, Hyper-V, anything else, let me know.
 
You can bypass the requirements check by running the command:
install -g -vmargs "-DBYPASS_TSM_REQ_CHECKS=true"
 
Back
Top