Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9096429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:51:01+00:00 2026-06-16T23:51:01+00:00

According to MSDN documentation, Page Reads/sec is a good way to try to address

  • 0

According to MSDN documentation, Page Reads/sec is a good way to try to address whether or not the system’s issue is lack of memory or if it’s a coding issue/memory leak.

I’m looking for some advice from others and ways to go down the path to find out more.

I’m running the following on my machine (Windows 7. 64 Bit. 4GB Ram)

1. InteliJ 10 (Tomcat for my Web Services & JSP for the front end)
2. Oracle 11g

I’m trying to identify what/where the problem can be – so I created a script in JMeter to run to throttle the system a bit to create data & search the system for data.

Running Performance Monitor for a 10 minute period my data is as follows:

Page Reads/Sec (Average): 26.841
Pages Input/Pages Fault = Hard Fault % = 5%
Pages Fault/sec (Avg) = 2300

MSDN says a sustained value over 5 Page Reads/sec is often a strong indicator of a memory shortage but that’s a sustained value and not average. It spikes a few times but over the long haul seems to go between 0-3 with a few spikes that hit really large.

I thought a memory leak might be the issue; however, after inspecting the code and checked that streams were closed (Files/Inputs/DB Connections/etc), I’m not so sure.

Does this data point more towards lack of memory, a memory leak in the Services or a configuration issue?

Edit 1: Looking at heap

I currently can only access my development system and not production. Would need to coordinate with someone else to get me access to logs & use jvisualVM on the system.

However, I did take a few heapdumps on the development system last week and today. Nothing crazy in class usage minus String & char[]. Looking at the Monitor my heapsize in development is 463,863 and the max is around 480. Used fluxuates between 415 and 450.

Using Eclipse Memory Analyzer and the “suspected leak report” on the heapdump shows 3 problem suspects.

 1. One instanceo f "org.apache.jasper.servlet.JspServlet" loaded by "org.apache.catalina.loader.StandardClassLoader"  Occupies 18.70%  The memory is accumulated in one instance of "java.util.concurrent.ConcurrentHashMap$Segment[]

 2. The thread org.apache.tomcat.util.threads.TaskThread @ http-apr-8080-exec-19 keeps local variables with total size 12.30%.  The memory is accumulated in one instance of "org.apache.tomcat.util.threads.TaskThread" loaded by "org.apache.catalina.loader.StandardClassLoader"

 3. The thread org.apache.tomcat.util.threads.TaskThread @http-apr-8080-exec-24 keeps local variables with total size 10.72%.  The m emory is accumulated in one instance of "org.apache.tomcat.util.threads.TaskThread'  loaded by "org.apache.catalina.loader.StandardClassLoader"

I was under the impression (could be wrong) that some of this is normal as TomCat is goign to load a lot of stuff initially and store it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:51:02+00:00Added an answer on June 16, 2026 at 11:51 pm

    One thing you can do is look in Task Manager and observe how much memory your Java-related processes are taking up.

    Sum up all the Private Working Set memory of, say, the top 10 memory-intensive processes (whether they are Java-related or not). If this value is close to or greater than 75% of your physical memory capacity, OR if you’re running a 32-bit operating system with PAE disabled (you didn’t state your operating system), it may be a physical memory limitation.

    If your private working set sum is using much less than your total physical memory, it’s likely not a problem related to that. It could also be heavy disk I/O related to the Oracle database; more memory will allow your system to cache disk pages in RAM, which dramatically speeds up reads because it treats your RAM as a sort of disk (but RAM is 20 to 50 times faster than a hard disk).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

According to MSDN documentation for RandomNumberGenerator : Application code does not directly use this
According to the Best Practices section of the MSDN documentation for the System.Enum class:
In my current production code, and according to documentation on msdn , the way
According to MSDN documentation it is not possible to set Socket.SendTimeout to a value
According to MSDN Documentation for partial classes : Partial methods are implicitly private So
SQLCMD uses windows authentication by default. According to the MSDN documentation , you can
According to the HttpResponseMessage documentation on MSDN, the reason phrase (as in, the OK
According to MSDN ( http://msdn.microsoft.com/en-us/library/system.windows.forms.label.autosize.aspx ), there's a note about Label 's AutoSize property:
So, according to MSDN , System.Threading.Timer calls it's callback delegate on a ThreadPool thread.
According to the MSDN documentation , a ribbon:RibbonControlSizeDefinition can be used to control the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.