Re: nntp import of large groups creates troubles [message #20396 is a reply to message #20380] |
Tue, 12 October 2004 13:38 |
devnull
Messages: 16 Registered: September 2004
Karma:
|
Junior Member |
|
|
Thanks!
Now that I don't direct the output to /dev/null anymore, I ran over the following message when the update process stops:
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted (tried to allocate 40 bytes) in <b>/home/web/board/include/theme/default/wordwrap.inc</b> on line <b>27</b><br />
Rising the memory in the php.ini to eg 16MB results in the same; it just fills the 16777216 bytes instead.
When things are a bit more quiet here, I think I'll to make a dupe-search in Perl. I have to take a closer look at the db for that first.
A suggestion: avoiding dupes could be quite easily added to the board if a MD5 is generated for each message upon posting. The chances for two different posts with the same MD5 are practically zero. If the field in the db is set to unique, no dupe could be added.
[Updated on: Tue, 12 October 2004 13:40] Report message to a moderator
|
|
|