Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. User Process Memory

User Process Memory

Scheduled Pinned Locked Moved C / C++ / MFC
comlinuxhardwareperformancequestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Manish K Agarwal
    wrote on last edited by
    #1

    How do we know how much maximum memory we can use for user process running on some OS (2K, XP, CE, Mac, Linux etc.)? I mean is it OS and hardware dependent or we can change it at the time of linking while linking for different OS. Can we increase or decrease the maximum memory used by any user process if yes how ? Thanks in advance.

    Manish Agarwal manish.k.agarwal @ gmail DOT com

    M 1 Reply Last reply
    0
    • M Manish K Agarwal

      How do we know how much maximum memory we can use for user process running on some OS (2K, XP, CE, Mac, Linux etc.)? I mean is it OS and hardware dependent or we can change it at the time of linking while linking for different OS. Can we increase or decrease the maximum memory used by any user process if yes how ? Thanks in advance.

      Manish Agarwal manish.k.agarwal @ gmail DOT com

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      The limit on the user-mode virtual address space for a process is well-defined for each OS. In Win32 it's normally 2GB, but on some versions of NT you can change it to some other value at boot time with boot.ini switches. The most common value to change to is 3GB. 64-bit Windows has different limits for each CPU type.

      --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups