Makoto:
What am I looking for when I run mknmz in debug mode? The debug mode doesn't seem to output to any files. At the end of running mknmz --debug (other parameter) this is what I see:
@@ Targeted: /oracle6/metalink/servers/Web_DB/view_mes.html
@@ Targeted: /oracle6/metalink/servers/Web_DB/welcome.html
@@ Targeted: /oracle6/metalink/servers/Web_DB/what.html
Out of memory!
---------------------------------------------------------------
The below command is the command I run at my shell prompt:
/usr/local/bin/mknmz --debug --checkpoint -O /oracle6/metalink/serversindex /oracle6/
metalink/servers
I have attached the mknmzrc files I have configure and using. Like I said before I have 576 megs of memory on this machine of which only about 6m are in use when I'm running mknmz.
Thanks,
-leon
-----Original Message-----
From: Makoto Fujiwara [mailto:makoto@xxxxx]
Sent: Sunday, February 04, 2001 9:59 PM
To: Collins, Leon
Cc: developers@xxxxxxxxxx; namazu-devel-ja@xxxxxxxxxx
Subject: Re: Out of Memory
Hi Leon, I have listed following variable,
| $ON_MEMORY_MAX
| ( I believe you have done this already)
| $FILE_SIZE_MAX
| $TEXT_SIZE_MAX
| $WORD_LENG_MAX
But I did not mention the necessity of adding 'package conf;' word for these names.
Have you done that ?
You may say either
----------------------
package conf;
$>
$FILE_SIZE_MAX = 2000000;
$TEXT_SIZE_MAX = 600000;
$WORD_LENG_MAX = 128;
-----------------------
or
------------------------
$conf::>
$conf::FILE_SIZE_MAX = 2000000;
$conf::TEXT_SIZE_MAX = 600000;
$conf::WORD_LENG_MAX = 128;
-----------------------
The value added are defaults, make them smaller.
The other things, it would be helpfull if you add the actual problematic
situation. ( error output ).
mknmz --verbose (other parameter)
mknmz --debug (other parameter)
may also be a clue to resolve the situation.
---
(Makoto Fujiwara)
Attachment:
mknmzrc
Description: Binary data