LPD spooling size problem

We are using LPD printing in our QNX ICA clients from an NT/Metaframe
Server.

Our QNX client is limited to 8M flash and 15meg RAM. We configured
a spool directory to be inside a RAM drive using 4M of the 15M.

It is only possible to print small print jobs, remember that one
page of bitmap/graphics fills the spool directory with 1Meg print data.

If the file to be printed is larger than the size of the
RAM disk, NT/LPD is clever enough to to start the print job.

We have attemted to setting the contents of the /spool/minfree/
file to 128, this does not help, the only other possibility we
can see is the ‘mx’ switch in the /etc/printcap.

the contents of our printcap file is currently as follow:
lpdprn:
:rm=uniterm:lp=dev/par1:sd=/ramdisk/lpd:
where ‘uniterm’ is the name given to the client /etc/hosts file.

Is there some way that we can overcome this problem of
printing print-jobs which are larger than the total capacity
of the spool directory ?

Anybody any ideas here?
Is this a known problem without a fix?
Anyone else come across this?

acellarius@systems104.co.za wrote:

We are using LPD printing in our QNX ICA clients from an NT/Metaframe
Server.

Our QNX client is limited to 8M flash and 15meg RAM. We configured
a spool directory to be inside a RAM drive using 4M of the 15M.

It is only possible to print small print jobs, remember that one
page of bitmap/graphics fills the spool directory with 1Meg print data.

If the file to be printed is larger than the size of the
RAM disk, NT/LPD is clever enough to to start the print job.

We have attemted to setting the contents of the /spool/minfree/
file to 128, this does not help, the only other possibility we
can see is the ‘mx’ switch in the /etc/printcap.

the contents of our printcap file is currently as follow:
lpdprn:
:rm=uniterm:lp=dev/par1:sd=/ramdisk/lpd:
where ‘uniterm’ is the name given to the client /etc/hosts file.

Is there some way that we can overcome this problem of
printing print-jobs which are larger than the total capacity
of the spool directory ?