Is there a Tech Note, or some reference document regarding how we as a Developer manage memory in the 64 bit version?
For example, as Peter is talking about, we have a process that needs for memory for large imports, or large arrays, or whatever. How do we go about signaling 4D to accomplish this? I ask, because the documentation states that the memory value provided in the NEW PROCESS command is not all the memory, and other objects (i.e. process variables/arrays) are managed in other memory locations. How would we go about, in Client, telling the system to use more memory when we know we will need it? Thanks! Steve ********************************************* Stephen J. Orth The Aquila Group, Inc. Office: (608) 834-9213 P.O. Box 690 Mobile: (608) 347-6447 Sun Prairie, WI 53590 E-Mail: [email protected] ********************************************* -----Original Message----- From: 4D_Tech <[email protected]> On Behalf Of Peter Mew via 4D_Tech Sent: Tuesday, April 16, 2019 5:13 PM To: Peter Bozek <[email protected]> Cc: Peter Mew <[email protected]>; 4D iNug Technical <[email protected]> Subject: Re: not enough space in memory Hi Sorry, should have said MAC Yosemite 4D v13.6 I did try a bigger number in the New process command, also tried using receive packet instead, same result I'm afraid moving to 64 bit is not an option thanks anyway -pm On Tue, Apr 16, 2019 at 8:26 PM Peter Bozek <[email protected]> wrote: > > > On Tue, Apr 16, 2019 at 8:15 PM Peter Mew via 4D_Tech < > [email protected]> wrote: > >> Hi >> I'm trying to load a large, 1.5G, audio file into a blob using >> document to blob, and Im getting a not enough spce in memory error. I >> can load a file that is 1G ok. >> Is there a setting I can change to stop this error. The Machine has >> 16G of Ram installed. >> thanks >> -pm > > > > Peter, important question is if you try it with 32-bit or 64-bit > version of 4D. For 32-bit 4D, the file is too big - with 32 bits, > application can use at most 2GB of memory, so 1.5GB file would not > fit. With 64-bit systems, ti should be possible to read such a file. > -- > > Peter Bozek > ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

