home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / setup / 927 < prev    next >
Encoding:
Text File  |  1992-08-12  |  3.2 KB  |  65 lines

  1. Newsgroups: comp.os.ms-windows.setup
  2. Path: sparky!uunet!munnari.oz.au!manuel!sserve!cspyr1.cs.adfa.oz.au!liats3
  3. From: liats3@cspyr1.cs.adfa.oz.au (LIANG TIAN)
  4. Subject: Re: Need Help! UAE problem!
  5. Message-ID: <1992Aug13.000417.14500@sserve.cc.adfa.oz.au>
  6. Keywords: UAE    
  7. Sender: news@sserve.cc.adfa.oz.au
  8. Organization: Australian Defence Force Academy, Canberra, Australia
  9. References: <1992Aug5.151422.29731@tamsun.tamu.edu>
  10. Date: Thu, 13 Aug 1992 00:04:17 GMT
  11. Lines: 52
  12.  
  13. w0y5750@tamsun.tamu.edu (Wen-Chung Yau) writes:
  14.  
  15. >    I encountered the unrecoveralbe application error when I were
  16. > using Word for Win in the Window3.0 environment in my 486 machine.
  17. >    I opened too many files and there's no enough memory, then the
  18. > screen crash down. I rebooted several times but the UAE problem was still
  19. > there. I tried to use warm reboot and it's of no use, too. Finally when I 
  20. > tried many times, the Windows3.0 generate system error and jump to DOS
  21. > prompt. I have the following questions:
  22.  
  23. >    1. How could I solve the situation after I encountered the UAE
  24. >       problem?
  25.  
  26. >    2. It should swap the files in the memory to the HD automatically
  27. >       when there's no enough memory in the Virtue Memory architecture.
  28. >       Why it asked me to close some files ?    
  29.  
  30. >    3. Why the UAE problem will cause a system error finally?
  31.  
  32. >    4. How Windows 3.0 deal with the application softwares? What's the
  33. >       processes when Windows 3.0 find UAE problem?
  34.  
  35.   First of all, booting the computer again, either cold or warm, will
  36. not solve the UAE. If you open many files everytime, you will get the
  37. same error again and again. I think this could be because you don't have
  38. enough file handles. In your config.sys, use files=60 or something like
  39. that. I think 3.0 uses files=30, 3.1 defaults to files=60. This might 
  40. answer the first question.
  41.   On the second question, this is one that got me as well as a lot of
  42. people. The amount of memory you have really is just one aspect of 3.0
  43. and indeed Windows VM system. Windows will reserve 2 64k stack space as
  44. descriptors to the virtual memory. Any window or process you have will
  45. have some descriptor in these stacks. And these get used up pretty fast!
  46. So the limiting factor is not the amount of memory(real or virtual) but
  47. the size of these stacks. It is just poor VM management. It will not
  48. matter if you add another 4MB of real memory, the problem is with the 2
  49. 64k stacks. You can see how much are used by looking in program manager,
  50. Help menu and About... It will show a number showing the percentage of
  51. system resources free. This means the 64k stacks. If they are below ~20%,
  52. Windows will not allow you to create any new windows/process and will
  53. advise you to close some windows.  Windows 3.1 doesn't really solve the
  54. problem. It just uses stacks that are twice as large(128k) and this will
  55. delay this error from happening unless you have heaps of windows.
  56.   I can't understand your 3rd and 4th questions. I hope that you
  57. understand what is wrong and how you can fix it. The best course of action
  58. is to get 3.1. It is worth it.
  59.  
  60. /***********************************************************/
  61.                 Liang Tian Soon
  62.                 liats3@cspyr1.cs.adfa.oz.au
  63. /***********************************************************/
  64.  
  65.