[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Increasing Memory when running gephi-plugin
Page 1 of 1

Increasing Memory when running gephi-plugin

Posted: 07 Jun 2016 11:55
by suryanash
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

Re: Increasing Memory when running gephi-plugin

Posted: 07 Jun 2016 16:43
by eduramiba
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.