|
|
|
|
|
by Urgo
5382 days ago
|
|
* Drastically improved memory handling for certain use cases ^^ apparently not the use cases I use. FF7's been running for about 12 hours on my win7 box and is using over a gig of ram just like normal... It started off good but then just kept growing over the hours. Nothing really improved here. :( |
|
Are you looking at resident set size (aka real memory), versus virtual set size (aka virtual memory)?
The memory VMs in both Windows and Linux kernels will happily let an app malloc all they want until they hit the userspace address limit, with no affect on performance. It's only when those apps use the memory that there's a perf hit.