Hi,
I am using these options to increase size
 -J-Xms6000m -J-Xmx60000m

while i am trying to increase heap size and on start again it's showing
required size more everytime.

first time running exe:
# IgnitePersistenceApp.exe  -J-Xms5000m -J-Xmx50000m -J-XX:+UseParNewGC
-J-XX:+AlwaysPreTouch -J-XX:+DisableExplicitGC -J-XX:MaxMetaspaceSize=2048m
-springConfigUrl="server-config.xml" --console

warning:
  Nodes started on local machine require more than 80% of physical RAM what
can lead to significant slowdown due to swapping (please decrease JVM heap
size, data region size or checkpoint buffer size) [required=78152MB,
available=65535MB]

Second time increased and running exe:
# IgnitePersistenceApp.exe  -J-Xms6000m -J-Xmx60000m -J-XX:+UseParNewGC
-J-XX:+AlwaysPreTouch -J-XX:+DisableExplicitGC -J-XX:MaxMetaspaceSize=2048m
-springConfigUrl="server-config.xml" --console

warning:
Nodes started on local machine require more than 80% of physical RAM what
can lead to significant slowdown due to swapping (please decrease JVM heap
size, data region size or checkpoint buffer size) [required=87819MB,
available=65535MB]

every time it's keep increasing required size.
Am i doing wrong?
Thanks.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to