Click here to Skip to main content
16,016,562 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,


i have web application.it is very slow.
how much i should put ram to speed the process
like my application records will be 20000 and i am using sql server
i am allocation for ram sizw is 15.9 and user number for the application is
400 .so how much ram should put in that computer so process will speed

Please tell me
Posted

1 solution

You need to identity *what* is making the application slow. If the server is struggling with memory and maxing out then adding some more will help, but if the processes have the memory they need then adding more won't help.

There are lots of things you can do that will result in a slow app that won't be fixed by adding memory, and we can't access your solution so you'll need to analyse it yourself using profiling tools or common sense. eg if you are showing all 20,000 records on one page then that will never be fast, you need to refactor how your app shows data.
 
Share this answer
 
Comments
sadhana4 7-Sep-15 6:29am    
yes i am doing paging page size is 50 .
when single person is working it is fine but when multiple user is login and doing
some work it is slow if i increase ram size 15.9 to 20 .it will be help me
sadhana4 7-Sep-15 7:55am    
i am using sqlmembership role database which is in built functionality in the asp.net

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900