Andrew Colin Kissa

Results 13 comments of Andrew Colin Kissa

I can confirm that the same issue is evident when using `manticore-2.6.3-180328-cccb538-release-stemmer-rhel6-bin.rpm` It seems to be caused by infix indexing, `min_infix_len` when disabled the memory and cpu usage does not...

I have disabled infix indexing on the instance with 75k records and reindexed. The data below is from an instance with 46k records. ``` ls -lh /var/lib/manticore/messages* -rw-r--r-- 1 manticore...

Sorry the above had infix indexing disabled. Below is same instance 46k records with infix enabled. ``` ls -lh /var/lib/manticore/messages* -rw-r--r-- 1 manticore manticore 1.6M Apr 10 09:32 /var/lib/manticore/messages.spa -rw-r--r--...

you are getting the error because of missing curl headers install the curl devel package and try again. Baruwa - http://www.baruwa.org On 09 Apr 2012, at 1:55 AM, sunra [email protected]...

What does the php curl module link to on your system ?

@emersion Here is my attempt at getting a more tolerant reader, any issues you see with it https://github.com/emersion/go-message/compare/master...baruwa-enterprise:add-tolerant-reader?expand=1 It adds a new reader leaving the existing one intact to prevent...

@emersion This is not simply fixing an error message. This fixes messages that otherwise would not be parsed at all.

Any traction on this ? I just discovered that you cannot set a key to blank in inifile as well. For real world usage this is such a limiting factor.

@rsundriyal That is not the issue, the issue is it is logging what is a non error to stderr. When run under cron, because there is output on stderr you...

@michaelklishin Its actually on initial activation that this issue occurs, my current work flow is as follows. * Install rabbitmq-server * Start the service * Enable the plugin * Create...