Re: [fossil-users] Bug Report or a Feature Request: Cope with Hosting Providers' Watchdogs

2017-05-16 Thread Richard Hipp
On 5/16/17, Martin Vahi wrote: > > > I'm not totally sure, what the issue in my case is, but > I suspect that the issue might be that the hosting provider > has some time-to-live limit for every operating > system process that is started for serving a request and > if the

Re: [fossil-users] Bug Report or a Feature Request: Cope with Hosting Providers' Watchdogs

2017-05-16 Thread Andy Bradford
Thus said Martin Vahi on Tue, 16 May 2017 22:43:07 +0300: > Are there any "heart-beat" options available, wher a cron job might > call something like No, however, there are options to control how much Fossil will sync in a single round-trip. Fossil does synchronize individual artifacts

[fossil-users] Bug Report or a Feature Request: Cope with Hosting Providers' Watchdogs

2017-05-16 Thread Martin Vahi
I'm not totally sure, what the issue in my case is, but I suspect that the issue might be that the hosting provider has some time-to-live limit for every operating system process that is started for serving a request and if the Fossil takes "too long" to process the request, then it gets killed

Re: [fossil-users] Feature Request: Commit in Chunks to use less RAM

2017-05-16 Thread Stephan Beal
On Tue, May 16, 2017 at 6:15 PM, Martin Vahi wrote: > > > ---console--session--excerpt--start > SQLITE_NOMEM: failed to allocate 651456745 bytes of memory > SQLITE_NOMEM: statement aborts at 22: [INSERT INTO >

[fossil-users] Feature Request: Commit in Chunks to use less RAM

2017-05-16 Thread Martin Vahi
---console--session--excerpt--start SQLITE_NOMEM: failed to allocate 651456745 bytes of memory SQLITE_NOMEM: statement aborts at 22: [INSERT INTO blob(rcvid,size,uuid,content)VALUES(6,662828201,'9b81ec309fc0c2f2278f386c8b1917359fe24bd8',:data)] fossil: SQL error: out of

Re: [fossil-users] crlf-glob

2017-05-16 Thread Arjen Markus
From: fossil-users [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Stephan Beal Sent: Tuesday, May 16, 2017 11:09 AM To: Fossil SCM user's discussion Subject: Re: [fossil-users] crlf-glob On Tue, May 16, 2017 at 12:16 AM, Thomas wrote: On 2017-05-15

Re: [fossil-users] crlf-glob

2017-05-16 Thread Stephan Beal
On Tue, May 16, 2017 at 12:16 AM, Thomas wrote: > On 2017-05-15 23:09, Warren Young wrote: > >> On May 15, 2017, at 3:27 PM, Thomas wrote: >> >>> >>> Does it really matter in the 21st century if a line is terminated by CR, >>> LF, or CR/LF anymore?