Windows app memory
Windows app memory
- Started
- Last post
- 1 Response
- m_taukie
I'm new to Windows and need some quick guidance.
How do I change the memory allocation to an application in Windows XP?
thanks for the help!
- mitsu0
"How do I change the memory allocation to an application"
you can't. programmers control the amount of memory allocated for the program/application when they write it. if you are having memory issues, it's because you don't have enough system memory or you are running too many concurrent memory-intensive applications.
buy more memory... that's how.