after installation in the remediation it says below:
The following variables for Expedition are missing: Spark.RAM,NumCPUs,TotalCPUs
The remediation is:
Delete the /home/userSpace/environmentParameters.php to get it regenerated
VM has 4 CPU, 8GBRAM 40GB HDD.
I deleteled using the command
sudo rm /home/userSpace/environmentParameters.php
then logout and login back. but it created as before.
file always contains as below:
define ('NumCPUs',3); define ('TotalCPUs',4); define ('SparkRAM','6381m');
i already provided above these values for the VM.
Health status not showing properly in GUI as well
... View more