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

  • Home
  • SEARCH
  • 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 9020113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:56:08+00:00 2026-06-16T04:56:08+00:00

I have an interesting scenario. The application has higher value of Virtual Bytes than

  • 0

I have an interesting scenario.
The application has higher value of Virtual Bytes than I would expect. On the other hand, the Private Bytes is at a reasonable value.

This a Java based application which also loads via JNI a .Net component to the same process. This is not the Java heap that takes the Virtual Bytes as I limit it via xmx parameter.

Is there a way I could analyze using Windbg the consumption of the Virutal Bytes?
For instance, if the code opens a shared memory with another process – can I see it? Can I sum all those shared memory segments?

This is a production environment so I am somewhat limited

Thanks
Saar

  • 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-16T04:56:09+00:00Added an answer on June 16, 2026 at 4:56 am

    In user-mode debugging session you can use !address command !address -f:FileMap or !address -summary

    0:018> !address -summary
    
    
    Failed to map Heaps (error 80004005)
    
    --- Usage Summary ---------------- RgnCount ----------- Total Size -------- %ofBusy %ofTotal
    Free                                    211      7ff`f38e3000 (   8.000 Tb)          100.00%
    Image                                   577        0`05cec000 (  92.922 Mb)  46.68%    0.00%
    MemoryMappedFile                         60        0`0375a000 (  55.352 Mb)  27.81%    0.00%
    <unclassified>                          115        0`0289e000 (  40.617 Mb)  20.41%    0.00%
    Stack                                    60        0`00a00000 (  10.000 Mb)   5.02%    0.00%
    TEB                                      20        0`00028000 ( 160.000 kb)   0.08%    0.00%
    PEB                                       1        0`00001000 (   4.000 kb)   0.00%    0.00%
    
    --- Type Summary (for busy) ------ RgnCount ----------- Total Size -------- %ofBusy %ofTotal
    MEM_IMAGE                               578        0`05ced000 (  92.926 Mb)  46.68%    0.00%
    MEM_MAPPED                               60        0`0375a000 (  55.352 Mb)  27.81%    0.00%
    MEM_PRIVATE                             195        0`032c6000 (  50.773 Mb)  25.51%    0.00%
    
    --- State Summary ---------------- RgnCount ----------- Total Size -------- %ofBusy %ofTotal
    MEM_FREE                                211      7ff`f38e3000 (   8.000 Tb)          100.00%
    MEM_COMMIT                              782        0`08ae4000 ( 138.891 Mb)  69.78%    0.00%
    MEM_RESERVE                              51        0`03c29000 (  60.160 Mb)  30.22%    0.00%
    
    --- Protect Summary (for commit) - RgnCount ----------- Total Size -------- %ofBusy %ofTotal
    PAGE_READONLY                           336        0`050ca000 (  80.789 Mb)  40.59%    0.00%
    PAGE_EXECUTE_READ                       104        0`02785000 (  39.520 Mb)  19.85%    0.00%
    PAGE_READWRITE                          262        0`010db000 (  16.855 Mb)   8.47%    0.00%
    PAGE_WRITECOPY                           59        0`0017d000 (   1.488 Mb)   0.75%    0.00%
    PAGE_READWRITE|PAGE_GUARD                20        0`0003c000 ( 240.000 kb)   0.12%    0.00%
    PAGE_EXECUTE_READWRITE                    1        0`00001000 (   4.000 kb)   0.00%    0.00%
    
    --- Largest Region by Usage ----------- Base Address -------- Region Size ----------
    Free                                      0`ff8b5000      7fd`ed39b000 (   7.992 Tb)
    Image                                   7fe`fe39a000        0`0089e000 (   8.617 Mb)
    MemoryMappedFile                          0`007b1000        0`012df000 (  18.871 Mb)
    <unclassified>                            0`7f0e0000        0`00f00000 (  15.000 Mb)
    Stack                                     0`06740000        0`00079000 ( 484.000 kb)
    TEB                                     7ff`fff94000        0`00002000 (   8.000 kb)
    PEB                                     7ff`fffd9000        0`00001000 (   4.000 kb)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an interesting scenario. I have a task model which has a task
I'm using SQL Server 2008. I have an interesting scenario where a stored procedure
I have the following interesting scenario: I've install ruby 1.9.2 via RVM and it
I have an interesting problem to solve. One of my clients has me developing
Through the years I've come across this scenario more than once. You have a
I have very interesting scenario: I've specified two controllers, one for global events and
I have an interesting scenario and the answer isn't jumping out at me. I've
I have a interesting scenario that. public class Base { public void hello(){ this.say();
The scenario We have a web application that makes a call to a web
I have the following interesting scenario: The test system, in my case BogusGateway of

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.