472,127 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

system out of memory exception

17
hi,
In my application I have to populate a grid with 10000 records at a time.So when multiple users open the screen and try to retrieve the data,the IIS server is unable to hold the huge amount of data and its throwing system out of memory(cache memory) exception.
Front end of the application is :ASP.Net using VB
Back End is Sybase.Please let me know if u have any solution to this problem.thank u.
Dec 28 '06 #1
5 7660
sashi
1,754 Expert 1GB
hi,
In my application I have to populate a grid with 10000 records at a time.So when multiple users open the screen and try to retrieve the data,the IIS server is unable to hold the huge amount of data and its throwing system out of memory(cache memory) exception.
Front end of the application is :ASP.Net using VB
Back End is Sybase.Please let me know if u have any solution to this problem.thank u.
Hi there,

You can try to increase the script timeout properties. Another option will be increasing the cache (paging) memory, hope it helps. Good luck & Take care.
Dec 28 '06 #2
devathi
17
hi,
Can u please elaborate on the solution, how to increase the cache memory.I am not getting what do u mean by script time out properties?
Dec 28 '06 #3
sashi
1,754 Expert 1GB
hi,
Can u please elaborate on the solution, how to increase the cache memory.I am not getting what do u mean by script time out properties?
Which OS are you currently working on? Kindly follow steps below to change cache (pagefile) size,

Desktop > MyComputer > Right Click > Select Properties > System Properties Dialog Box > Select Advance Tab > Click on Performance Options > Performance Dialog Box > Click on Change button> Now you should be able to change the Initial size & Maximum size values accordingly.

Since you are working on ASP.NET add the below line of code right before your query part begins, hope it helps. Good luck & Take care.

Expand|Select|Wrap|Line Numbers
  1. <% Server.ScriptTimeout = "change_this part_to_whatever_value_in_second(s)" %>
  2.  
Dec 28 '06 #4
devathi
17
Suggest solution for increasing the cache size in Windows 2003 professional.
Dec 28 '06 #5
sashi
1,754 Expert 1GB
Suggest solution for increasing the cache size in Windows 2003 professional.
Hi there,

Am not sure about doing it in Windows 2003, anyway, try the below method, hope it works. Good luck & Take care.

Desktop > MyComputer > Right Click > Select Properties > System Properties Dialog Box > Select Advance Tab > Click on Performance Options > Performance Dialog Box > Click on Change button> Now you should be able to change the Initial size & Maximum size values accordingly.
Dec 28 '06 #6

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by P K | last post: by
5 posts views Thread by LP | last post: by
2 posts views Thread by =?Utf-8?B?TWlrZQ==?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.