Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!uunet!pcad!rob From: rob@pcad.UUCP (Ralph Brown) Newsgroups: comp.windows.ms.programmer Subject: Allocating a lot of memory (why can't I?) Message-ID: <518@pcad.UUCP> Date: 3 May 91 15:26:18 GMT Organization: Personal CAD Systems, Westford, MA Lines: 15 Running Win 3.0 in enhanced mode, there seems to be some limit to how much memory a windows app can allocate which is much less than the amount of free virtual memory. With over 7Mb free, I could only do a Global32Alloc of about 1.3 Mb. A second copy of the same program could simultaneously get about the same amount leaving about 5Mb still free. I've heard that Windows imposes an arbitrary limit of 1/4 of the available virtual memory per process. This all seems hard to understand since on a single user system the problem of a user hogging all the resources isn't really an issue. Anyone have any comments or experiance with this? Ralph