Re: [Pharo-project] [Vm-dev] Cog issue? Re: StandardFileStream size limit?

2012-06-13 Thread Eliot Miranda
On Wed, Jun 13, 2012 at 7:40 AM, David T. Lewis wrote: > > On Wed, Jun 13, 2012 at 04:08:14PM +0200, G?ran Krampe wrote: > > > > Hey! > > > > Ok, so the plot thickens: > > > > If I run this in a "oneclick 1.4" I will get a file write error on 2Gb: > > > > | f b | > > f := StandardFileStream newFi

Re: [Pharo-project] [Vm-dev] Cog issue? Re: StandardFileStream size limit?

2012-06-13 Thread David T. Lewis
On Wed, Jun 13, 2012 at 04:08:14PM +0200, G?ran Krampe wrote: > > Hey! > > Ok, so the plot thickens: > > If I run this in a "oneclick 1.4" I will get a file write error on 2Gb: > > | f b | > f := StandardFileStream newFileNamed: 'test'. > b := ByteArray new: 1024*1024*100. "100Mb" > [30 timesRe