
The Java heap size can be increased using the following runtime parameters:
java -Xms<initial heap size> -Xmx<maximum heap size>
Defaults are: -Xms32m -Xmx128m
For example, edit /usr/bin/azureus and add -Xms128m -Xmx256m as java parameters in the last line, if you are a heavy torrent user.
Comments
Post new comment