This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Faild deploy VMwarePerformance package to [HostName.Domain.Com]. It might be caused by low memory for this fglam host, please check FMS log for detail

Hi Guys, 

I have built a brand new vWorkspace Diagnostic and Monitoring foglight version 5.7.5. during the initial discovery wizard process, I faced some challenges to get the JRE updated as I'm runinng 64bit os and it worked only with the latest JRE 32bit. After that, the Wizard collection finished finished and I was able to reactify some hyper-v issue by manually deploying the agent, during the Wizard, VMWare already was part of it, but it failed as well. 

 

When I try to add the VMWare environment, it failed with the following error 

  • Faild deploy VMwarePerformance package to [HostName.Domain.Com]. It might be caused by low memory for this fglam host, please check FMS log for detail

 

I tried increasing the JVM in Config/Server.config with the following parameters also failed; 

foglight.vm.option0 = "-Xms6144m";
foglight.vm.option1 = "-Xmx6144m";

 

I also made this change in fglam/state/default/config/baseline.jvmargs.config file

vmparameter.0 = "-XX:MaxPermSize=256m";
vmparameter.1 = "-XX:+UseConcMarkSweepGC";
vmparameter.2 = "-XX:+CMSClassUnloadingEnabled";
vmparameter.3 = "-XX:CMSInitiatingOccupancyFraction=50";
vmparameter.4 = "-XX:NewRatio=4";
vmparameter.5 = "-XX:+CMSIncrementalMode";
vmparameter.6 = "-XX:+CMSIncrementalPacing";
vmparameter.7 = "-XX:CMSIncrementalDutyCycleMin=0";
vmparameter.8 = "-XX:CMSIncrementalDutyCycle=10";
vmparameter.9 = "-XX:-UseG1GC";

 

Any help please..?

 

Regards, 

Parents
  • Hi George,

    I removed the customer vmparameters and now its only with the below;
    vmparameter.0 = -XX:MaxPermSize=256m
    vmparameter.1 = -XX:+UseConcMarkSweepGC
    vmparameter.2 = -XX:+CMSClassUnloadingEnabled
    vmparameter.3 = -XX:CMSInitiatingOccupancyFraction=50
    vmparameter.4 = -XX:NewRatio=4
    vmparameter.5 = -XX:+CMSIncrementalMode
    vmparameter.6 = -XX:+CMSIncrementalPacing
    vmparameter.7 = -XX:CMSIncrementalDutyCycleMin=0
    vmparameter.8 = -XX:CMSIncrementalDutyCycle=10
    vmparameter.9 = -XX:-UseG1GC

    ==============================================

    I modified the server.config file to

    server.vm.option0 = "-Xms1280m";
    server.vm.option1 = "-Xmx1280m";

    when it was with 6144 the the vWorkspace Diagnostic and Monitoring service doesnt start and when I reboot the VM, it gives a memory error the instruction memory at 0x488e??? referenced memory ... now both services are working fine and I'm able to access the foglight portal, but when I adding the vmware environment, it failed with the same error; (Faild deploy VMwarePerformance package to [HostName.Domain.Com]. It might be caused by low memory for this fglam host, please check FMS log for detail)


    Memory 13.4/20.0GB
    Available: 6.6

    Foglight Main launcher (32 bit) 1,531.6 MB


    Any futher help...?

    regards,
Reply
  • Hi George,

    I removed the customer vmparameters and now its only with the below;
    vmparameter.0 = -XX:MaxPermSize=256m
    vmparameter.1 = -XX:+UseConcMarkSweepGC
    vmparameter.2 = -XX:+CMSClassUnloadingEnabled
    vmparameter.3 = -XX:CMSInitiatingOccupancyFraction=50
    vmparameter.4 = -XX:NewRatio=4
    vmparameter.5 = -XX:+CMSIncrementalMode
    vmparameter.6 = -XX:+CMSIncrementalPacing
    vmparameter.7 = -XX:CMSIncrementalDutyCycleMin=0
    vmparameter.8 = -XX:CMSIncrementalDutyCycle=10
    vmparameter.9 = -XX:-UseG1GC

    ==============================================

    I modified the server.config file to

    server.vm.option0 = "-Xms1280m";
    server.vm.option1 = "-Xmx1280m";

    when it was with 6144 the the vWorkspace Diagnostic and Monitoring service doesnt start and when I reboot the VM, it gives a memory error the instruction memory at 0x488e??? referenced memory ... now both services are working fine and I'm able to access the foglight portal, but when I adding the vmware environment, it failed with the same error; (Faild deploy VMwarePerformance package to [HostName.Domain.Com]. It might be caused by low memory for this fglam host, please check FMS log for detail)


    Memory 13.4/20.0GB
    Available: 6.6

    Foglight Main launcher (32 bit) 1,531.6 MB


    Any futher help...?

    regards,
Children
No Data