home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / PVPRO.ZIP / PVPROMOD.DOC < prev    next >
Encoding:
Text File  |  1991-09-09  |  3.2 KB  |  70 lines

  1.                                  PVPROMOD
  2.                     Virtual Memory Utility for PVPRO
  3. ------------------------------------------------------------------------------
  4.                      
  5.  
  6. This file contains a utility program for PVPRO. It's purpose is to expand 
  7. (or reduce) the amount of memory available to PVPRO during it's operation. 
  8. The "region size" consists of the physical RAM *PLUS* the amount of disk 
  9. space allocated to a swapfile for PVPRO. As posted on CIS PVPRO will 
  10. render approx. a 15,000 triangle file. (Supports 4Megs of memory. In a 
  11. machine with less than 4megs of RAM the VMM may be used to raise it to
  12. that amount. In a machine with *more* than 4megs of RAM it will go ahead and
  13. use it.) To expand the virtual memory available more Hard Disk space
  14. must be allocated to PVPRO. PVPROMOD will list the amount of physical RAM 
  15. available in the machine PLUS the free space on the hard disk. Any or all of 
  16. this can be allocated for PVPRO's use during a trace. Theoreticly this
  17. can go as high as 4 Gigabytes! 
  18.  
  19. Use of PVPROMOD.  
  20. --------------
  21. Place PVPROMOD in the same directory as PVPRO. From the command
  22. line type:
  23.  
  24. PVPROMOD PVPRO
  25.  
  26. The program will run and present a list of the current parameters that 
  27. PVPRO operates under. The number in the upper right corner of the table
  28. (The one labeled "Region Size:") is the amount of memory (Both virtual 
  29. and physical combined AT THAT TIME.) that PVPRO can use. 
  30. Press the (M)odify key to change the parameters. You can then manualy 
  31. enter the amount of memory you want the program to use although it is 
  32. suggested you use the (A)ccept key to use the recommendations of PVPROMOD.
  33. ( *** Remember you need enough free disk space to write out your image
  34. file as it is created though!!! *** ) For a 32,000 triangle image you need 
  35. about 6000K of memory available. The PVPRO executable file will then be
  36. modified to reflect your choices. Since much of this "memory" is usually
  37. a swap file on your hard disk you will get much better performance with
  38. a recently de-fragmented disk. The program will NOT allow you to allocate
  39. a larger region size than can be created AT THAT TIME. I.E. if you have
  40. 6 Megs of combined RAM/Hard Disk space avail. you cannot make the region
  41. size any larger than that. Also if the region size is set to a particular
  42. amount and your hard disk is later filled to the point that the free
  43. disk space is not large enough for the required swap file to be created, 
  44. the program will *NOT* run. It will error with an insufficient memory
  45. message. You will need to modify the region size to accomodate the smaller 
  46. amount of disk space avail. 
  47.  
  48. An environment variable is used to "point" to the location of the swap
  49. file. The DEFAULT swap file is C:\XMSWAP.TMP. To set it to another 
  50. location the following must be added to your AUTOEXEC.BAT file:
  51.  
  52. SET SWAP=d:\[subdir]\XMSWAP.TMP 
  53.  
  54. Where d: is the drive and [subdir] is the subdirectory you wish to use
  55. for the swapfile. You will need to reboot the machine for this parameter
  56. to take effect.
  57.  
  58. (Note: The test triangle files reffered to were generated with FRGEN 1.1.)
  59.  
  60.  
  61. Bill Pulver    CIS: 70405,1152              
  62. 9/8/91
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.