CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Posts
    42

    force vb.net application to be in memory

    hi.

    how can i force a process /objects / to be always in memory and not in page files in the hd.

    is there a way to do that in programming ?

  2. #2
    Join Date
    Nov 2004
    Location
    Poland
    Posts
    1,355

    Re: force vb.net application to be in memory

    Buy more memory and disable page swapping in control panel

  3. #3
    Join Date
    Jan 2003
    Posts
    42

    Re: force vb.net application to be in memory

    i have 512 MB ram.

    and i only want to make t h i s process stay in memory.
    disable page swap in control panel will effect all other process,and windows .

    anyone have other solution?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured