|
|
|
|
|
by nailer
5382 days ago
|
|
> FF7's been running for about 12 hours on my win7 box and is using over a gig of ram just like normal... 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. |
|