Re: How to optimize Ignite when running on a virtual machine

2016-09-08 Thread Vladislav Pyatkov
Hi, I had not saw any instruction for configure Ignite on virtual machine. But I can give advice, what the purpose of the article. What difference between virtual and fisical machin? You need to focus on minimize system latency. Such as: using slow memory (swapping) or blocking all process due to

How to optimize Ignite when running on a virtual machine

2016-09-08 Thread Level D
Hi all, I have read the article about jvm and system tuning (https://apacheignite.readme.io/docs/jvm-and-system-tuning#section-detailed-garbage-collection-stats). I found it mainly focus on physical machines. But I use virtual machines. Is there any optimization for the virtual machine?