I am trying to Tune one of my applications on JAVA. I am using JAVA-Profiler and got some reports from it. I saw that the number of page -faults for application are ranging from 30000 to 35000 range. How can I decide if this number is too high or normal ? I am getting same data for initial one minute and after half an hour as well.
My RAM is 2 GB and I am using application with single thread.
Thread is only trying to read messages from queue every 3 seconds and queue is empty.
Since no processing is being done, I think that page faults should not occur at all. Please guide me here.