Click here to Skip to main content
15,895,192 members
Home / Discussions / C#
   

C#

 
GeneralMemory Usage...(RSS Bandit) Pin
Kant5-Jun-03 18:16
Kant5-Jun-03 18:16 
GeneralRe: Memory Usage...(RSS Bandit) Pin
Daniel Turini6-Jun-03 5:20
Daniel Turini6-Jun-03 5:20 
GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
Kannan Kalyanaraman6-Jun-03 5:37
Kannan Kalyanaraman6-Jun-03 5:37 
GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
shaunAustin6-Jun-03 12:13
shaunAustin6-Jun-03 12:13 
GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
Kannan Kalyanaraman7-Jun-03 23:56
Kannan Kalyanaraman7-Jun-03 23:56 
GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
Kant8-Jun-03 4:31
Kant8-Jun-03 4:31 
GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
Kannan Kalyanaraman8-Jun-03 22:18
Kannan Kalyanaraman8-Jun-03 22:18 
GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
James T. Johnson6-Jun-03 13:21
James T. Johnson6-Jun-03 13:21 
There is also a bug in .NET 1.0 where the GC would fail to free memory more than 8MB was allocated. Typically you'd see this when you have a large struct and create a large array of them.

I'm not wording that description correctly, but it isn't a problem you'd often see unless you were doing long [] arr = new long[int.MaxValue] or something like that.

Gah, I just can't find the right words Cry | :((

[edit]Forgot to mention that this is supposed to be fixed in .NET 1.1[/edit]

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
Daniel Turini6-Jun-03 21:50
Daniel Turini6-Jun-03 21:50 
GeneralRe: Memory Usage...(RSS Bandit) (OT) Pin
Kannan Kalyanaraman7-Jun-03 23:44
Kannan Kalyanaraman7-Jun-03 23:44 
GeneralRe: Memory Usage...(RSS Bandit) Pin
Kant6-Jun-03 5:45
Kant6-Jun-03 5:45 
Generalimplementing interface not in same dir as class Pin
zuhx5-Jun-03 10:42
zuhx5-Jun-03 10:42 
GeneralRe: implementing interface not in same dir as class Pin
Bo Hunter5-Jun-03 17:03
Bo Hunter5-Jun-03 17:03 
GeneralRe: implementing interface not in same dir as class Pin
zuhx5-Jun-03 19:56
zuhx5-Jun-03 19:56 
GeneralRe: implementing interface not in same dir as class Pin
shaunAustin5-Jun-03 21:56
shaunAustin5-Jun-03 21:56 
GeneralRe: implementing interface not in same dir as class Pin
zuhx6-Jun-03 5:57
zuhx6-Jun-03 5:57 
GeneralRe: implementing interface not in same dir as class Pin
shaunAustin6-Jun-03 9:05
shaunAustin6-Jun-03 9:05 
GeneralRe: implementing interface not in same dir as class Pin
zuhx6-Jun-03 11:00
zuhx6-Jun-03 11:00 
GeneralRe: implementing interface not in same dir as class Pin
shaunAustin6-Jun-03 12:06
shaunAustin6-Jun-03 12:06 
GeneralRe: implementing interface not in same dir as class Pin
zuhx8-Jun-03 19:31
zuhx8-Jun-03 19:31 
GeneralRe: implementing interface not in same dir as class Pin
shaunAustin9-Jun-03 8:34
shaunAustin9-Jun-03 8:34 
GeneralRe: implementing interface not in same dir as class Pin
zuhx11-Jun-03 4:21
zuhx11-Jun-03 4:21 
GeneralRe: implementing interface not in same dir as class Pin
Kant6-Jun-03 16:34
Kant6-Jun-03 16:34 
GeneralRe: implementing interface not in same dir as class Pin
shaunAustin7-Jun-03 0:49
shaunAustin7-Jun-03 0:49 
GeneralRe: implementing interface not in same dir as class Pin
Kant7-Jun-03 4:42
Kant7-Jun-03 4:42 

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.