CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    13

    Memory - Swap file



    Can any one pls solve my problem?


    I am involving a project in Test Diagnostic Software using Visual C++ 4.0.

    The software is a Printed Circuit Board Troubleshooting software.

    When I test a Device, I am creating 3 files for storing different information.

    Actually the data stored in these 3 files are small in size. But the total hard

    disk space is reduced by this files. If I measure the size of each file,it

    shows the correct size.But the total size of the harddisk is reduced and the

    Swap files in the Windows directory also increased. How to reduce this swap file

    size and rectify my problem.


    Expecting your answer

    Franklin Selvaraj.

  2. #2

    Re: Memory - Swap file



    Which OS ?

    >>Swap files in the Windows directory also increased.

    Does not make sense if it's NT the "swap" file remains the same size...I don;t know about Win9x as I don;t use it seriously...


    >>How to reduce this swap file size and rectify my problem.


    I still don;t understand... what problem ?


    Files will take space on a drive...


    Please clarify ..


    regards

    Hans Wedemeyer




    My Web Site

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