c# - Tips for limit memory machine performance? IIS application -
we have wpf client communicate server web-service. in thick installation both client + server + sqlserver installed on same machine. machine has 500m ram.
i great full tips about:
- its difficult find bottleneck , because can use in profiler on such machine without heavy impact on result. profiler can cause page faults due missing memory , diagnostic show irrelevant results.
- in task manger see asp process consume 135m much. tried understand why consume , saw area - undefined. asp process itself? asp process has big memory overhead? in architecture (thick) don't have multiple clients against server . have memory advice it?
- the benchmark results has big variety . think because page fault. have advice?
thank much. java world , new it.
download process explorer , see whats needs memory. check starts server using autoruns
now 500m little memory server.
from experiences sql server needs memory, iis , asp.net needs memory, sql need more, especial cache , fast, , make indexing , that. asp.net running out needs of memory, depends how have setup system, how many pools have give asp.net (i believe 1 500m), how man sites, how many memory sites , on.
more about
if possible, move sql better server, , rest computers connect one. sql server needs memory.
second possible, move sap.net session memory sql server.
Comments
Post a Comment