You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@metron.apache.org by Syed Hammad Tahir <ms...@itu.edu.pk> on 2017/11/03 06:15:11 UTC

memory issue

How do I increase vagrant vm`s RAM. I have plenty of RAM to allocate to it.

[image: Inline image 1]

Re: memory issue

Posted by Anand Subramanian <as...@hortonworks.com>.
Hello Syed,

You can modify the metron-deployment/vagrant/full-dev-platform/Vagrantfile to increase memory.

hosts = [{
    hostname: "node1",
    ip: "192.168.66.121",
    memory: "8192",
    cpus: 4,
    promisc: 2  # enables promisc on the 'Nth' network interface
}]

Regards,
Anand

From: Syed Hammad Tahir <ms...@itu.edu.pk>>
Reply-To: "user@metron.apache.org<ma...@metron.apache.org>" <us...@metron.apache.org>>
Date: Friday, November 3, 2017 at 11:45 AM
To: "user@metron.apache.org<ma...@metron.apache.org>" <us...@metron.apache.org>>
Subject: memory issue

How do I increase vagrant vm`s RAM. I have plenty of RAM to allocate to it.

[Inline image 1]