Click here to Skip to main content
15,886,806 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMapping Stored Proc To Entities In Entity Framework 5 Pin
MadDashCoder29-May-15 6:45
MadDashCoder29-May-15 6:45 
AnswerRe: Mapping Stored Proc To Entities In Entity Framework 5 Pin
jkirkerx29-May-15 7:32
professionaljkirkerx29-May-15 7:32 
QuestionConvert to Yes/No and Empty is Null Pin
byka29-May-15 4:13
byka29-May-15 4:13 
AnswerRe: Convert to Yes/No and Empty is Null Pin
jkirkerx29-May-15 7:24
professionaljkirkerx29-May-15 7:24 
AnswerRe: Convert to Yes/No and Empty is Null Pin
Afzaal Ahmad Zeeshan1-Jun-15 6:05
professionalAfzaal Ahmad Zeeshan1-Jun-15 6:05 
GeneralRe: Convert to Yes/No and Empty is Null Pin
byka2-Jun-15 4:33
byka2-Jun-15 4:33 
QuestionMemory issues with 32-bit app Pin
Bala.ram26-May-15 19:52
Bala.ram26-May-15 19:52 
AnswerRe: Memory issues with 32-bit app Pin
jkirkerx27-May-15 8:44
professionaljkirkerx27-May-15 8:44 
X86 has a 3.4 gig limit om memory
X64 can go past 4 gigs.

If your using lots of sessions, then the IIS web server is consuming the memory.
So if your session timeout is set to lets say 72 hours, all those sessions will store for 72 hours and then clear.
One thing you can do is set sessions to the sql server, I think its called inproc, to reduce memory consumption.
But you really need to run task manager, and see what's consuming the memory first, is it the ?

AppPool - your app.
IIS Server - probably the sessions, or the IIS settings for your app.

[edit]

Perhaps the OS is consuming the memory?
That's why we run our web servers on the server core with partial GUI.

Our web servers consume about 2 to 3 gigs each, for the whole thing, and we run on X64.
We have 16 gigs in them, and don't even come close to consuming all the RAM.
So we have 3 web servers on each physical server, and we use about 10 gigs total.

[edit2]

We compile on any CPU, so it creates a 32 / 64 dll for X86 and X64
I think back in the day, the X64 only was for Intel Titanium CPU's


modified 27-May-15 15:09pm.

GeneralRe: Memory issues with 32-bit app Pin
Bala.ram1-Jun-15 20:26
Bala.ram1-Jun-15 20:26 
GeneralRe: Memory issues with 32-bit app Pin
jkirkerx2-Jun-15 6:17
professionaljkirkerx2-Jun-15 6:17 
QuestionMessage Closed Pin
21-May-15 5:16
Stephen Holdorf21-May-15 5:16 
AnswerRe: MS SqlDbType to C# type converter Pin
Richard MacCutchan21-May-15 5:39
mveRichard MacCutchan21-May-15 5:39 
AnswerRe: MS SqlDbType to C# type converter Pin
jkirkerx21-May-15 13:29
professionaljkirkerx21-May-15 13:29 
GeneralRe: MS SqlDbType to C# type converter Pin
Stephen Holdorf27-May-15 8:56
Stephen Holdorf27-May-15 8:56 
GeneralRe: MS SqlDbType to C# type converter Pin
jkirkerx27-May-15 9:20
professionaljkirkerx27-May-15 9:20 
Questionhow to develop price comparison website in asp.net? Pin
only4ram20-May-15 0:03
only4ram20-May-15 0:03 
GeneralRe: how to develop price comparison website in asp.net? Pin
Richard MacCutchan20-May-15 0:11
mveRichard MacCutchan20-May-15 0:11 
QuestionSelf Hosted SignalR Issues Pin
bennettdan18-May-15 17:17
bennettdan18-May-15 17:17 
QuestionBase64 Image is corrupted or truncated Pin
JeganMaria18-May-15 2:25
JeganMaria18-May-15 2:25 
AnswerREPOST Pin
Afzaal Ahmad Zeeshan18-May-15 3:46
professionalAfzaal Ahmad Zeeshan18-May-15 3:46 
QuestionHow to get source files from GoDaddy to local machine Pin
indian14316-May-15 8:41
indian14316-May-15 8:41 
AnswerRe: How to get source files from GoDaddy to local machine Pin
F-ES Sitecore16-May-15 10:05
professionalF-ES Sitecore16-May-15 10:05 
GeneralRe: How to get source files from GoDaddy to local machine Pin
indian14316-May-15 18:56
indian14316-May-15 18:56 
QuestionMessage Closed Pin
15-May-15 4:15
Mohammad Sadegh Zohari15-May-15 4:15 
QuestionHelp with a static class Pin
Stephen Holdorf15-May-15 2:10
Stephen Holdorf15-May-15 2:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.