Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page file size is too small

Status
Not open for further replies.

TidewaterJoe

IS-IT--Management
Feb 11, 2002
12
US
I am running a legacy app in Delphi IV with SQL DB using QuickReports to generate charts and graphs, etc. Works fine on intranet; however, when we attempt access via terminal services, while most charts display, a few first advise with warning that page file size is to small (less than 30MB)and then display, while a couple of complex ones do not display at all. Also get Decision Cube error (I am writing from home without exact wording). Terminal services is set to use 4gb for page file size. When we examine mem usage in DOS, however, it peaks at 15MB. I think I have problem with DOS access to virtual memory using QuickReports. Any ideas greatly appreciated.
 
I solved my own problem, for anyone who may have an interest in the future. The problem was that DOS has a limitation on drive size of 2GB. Therefore, with the terminal services server setting page file size (a swap file) to 4gb, the DOS app was finding zero memory. Once the minimum setting for page file size was set beneath 2gb (retaining 4gb max), all was fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top