Thread: Paging File.......

  1. #16
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    new programs maybe, but whats to say a currently running process cant suddenly spike?

  2. #17
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by RoD
    new programs maybe, but whats to say a currently running process cant suddenly spike?
    Spike? Listen, Do you have any idea how incredible much 512MB
    of ram is??? You aren't going to use it up in a million years.
    Offcourse it's possible to do so, But then you would just be
    fooling around with creating a new int in a for loop 100000000
    times

  3. #18
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    even still, i mean spike as in suddenly shooting from say 2mb to 20mb....theoretically.

  4. #19
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by RoD
    even still, i mean spike as in suddenly shooting from say 2mb to 20mb....theoretically.
    Aah, Why am i trying Memory management was implented
    already in Win95 pall.

  5. #20
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    settles that :P

  6. #21
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Listen, Do you have any idea how incredible much 512MB
    of ram is???
    Not enough to run a decent program through a profiler/bounds checker ?
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  7. #22
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Originally posted by nvoigt
    Not enough to run a decent program through a profiler/bounds checker ?
    What do you mean?

  8. #23
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    I mean that 512 MB of RAM is not enough to work with if you do more than just homework assignments.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  9. #24
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> if you do more than just homework assignments.

    This is the real point. The answer is it depends what you are doing, but you won't harm your machine by having a larger than necessary page file.

    Each process, (on a modern Win32 system), has a 4GB virtual address space that it can use, thus it is possible that a single app may use (4GB - Physical RAM size - System RAM use - some other minor considerations) by itself.

    If you are running simple programs, then the chances are the system may run without using a page file at all. If you are doing finite element analysis or surface flow modelling of complex three dimensional figures, you'll be eating memory like a slavering beast, and then still run out working out, in the process, that you really should be using a professional workstation and not a PC.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM
  2. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  3. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM
  4. Hmm....help me take a look at this: File Encryptor
    By heljy in forum C Programming
    Replies: 3
    Last Post: 03-23-2002, 10:57 AM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM