引用:
原帖由 37968 于 2007-1-31 19:04 发表 
我们曾经也遇到过这种问题, 原因是 view_server太多了,后来不得不频繁重启服务器.
上IBM网站搜一下, 好像是要修改一下服务器注册表的某个参数
To change the setting perform the following procedure:
Click Start > Run > type: Regedit
Navigate within the Registry editor to the key:
HKeyLocalMachine\SYSTEM\CurrentControlSet\Control\Session Manager\SubSystems
Double-click the value Windows
Scroll within the value and find SharedSection=
Note: Review the below section for more details on what each number in the SharedSection means.Edit the section of the string that may read SharedSection=1024,3072,512 to the following:
SharedSection=1024,3072,2048,512
Note: The third value can be larger than 2048, depending on how many VOBs and views are on your server. Review technote 1150076 for tips on setting up Performance Monitor to help keep track of the desktop heap. Remember, there is no exact formula to set the correct value, it is merely by trial and error. You need to monitor and adjust as needed. Read below about the forth value.
Restart the server