Increasing Memory when running gephi-plugin

Once it's running
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
suryanash
Posts:11
Joined:19 May 2016 13:11
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Increasing Memory when running gephi-plugin

Post by suryanash » 07 Jun 2016 11:55

Hi,

I am having issues increasing the memory when running my custom layout plugin. Is there a maven parameter or something that I need to change in order for the program to increase in memory? I am working with a graph that has roughly 40,000 nodes and 80,000 edges.

Thanks,

Surya

User avatar
eduramiba
Gephi Code Manager
Posts:1064
Joined:22 Mar 2010 15:30
Location:Madrid, Spain
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: Increasing Memory when running gephi-plugin

Post by eduramiba » 07 Jun 2016 16:43

Hi,
You need to edit the gephi.conf file.
It will be placed under target/gephi-0.9.1/etc once you run the plugin.

Just change "-J-Xmx512m" to the amount of memory you need.

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable