Re: not enough space in memory

2019-04-19 Thread Arnaud de Montard via 4D_Tech
> Le 16 avr. 2019 à 20:14, Peter Mew via 4D_Tech <4d_tech@lists.4d.com> a écrit > : > > Hi > I'm trying to load a large, 1.5G, audio file into a blob using document to > blob Hi Peter, what for? You could load parts of the document: RECEIVE PACKET ( docRef ; receptBlob ;

RE: not enough space in memory

2019-04-16 Thread Stephen J. Orth via 4D_Tech
ech@lists.4d.com> 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,

Re: not enough space in memory

2019-04-16 Thread Peter Mew via 4D_Tech
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 wrote: > > > On Tue, Apr 16,

Re: not enough space in memory

2019-04-16 Thread Peter Bozek via 4D_Tech
On Tue, Apr 16, 2019 at 8:15 PM Peter Mew via 4D_Tech <4d_tech@lists.4d.com> 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

Re: not enough space in memory

2019-04-16 Thread Douglas von Roeder via 4D_Tech
The second parameter is the size of the stack for the process which is memory used for locals, the current record in each table, loading methods, and fixed length process varaibles, etc. Variable length variables and arrays have a reference in the stack that point to the variable/array which is

Re: not enough space in memory

2019-04-16 Thread Chip Scheide via 4D_Tech
Hi Peter, you did not specify what version of 4D nor which platform. BUT - I have run into similar issues when playing around with large files. I found no solution (v11, v12, v13) so I eventually just put code in place to limit file size to 500 megs. However, I am not dealing with audio or

not enough space in memory

2019-04-16 Thread Peter Mew via 4D_Tech
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