Out of HEAP memory...

2006-08-16 Thread Luis Ferro
in java to run fop then the only solution is to either get a JVM that doesn't have this limitation (i'm not sure that there is one, but this limit sure is crappy) or get a machine with 64bit processor! LF -- View this message in context: http://www.nabble.com/Out-of-HEAP-memory...-tf2

Re: Out of HEAP memory...

2006-08-17 Thread Jeremias Maerki
Yeah, you can either buy hardware, get a different JVM or use different settings (see below), or you try to figure out a way to split those large page-sequences you have. I'd go for the latter. The ultimate option would be to help us make FOP better to actually be able to process such big page-sequ

Re: Out of HEAP memory...

2006-08-17 Thread Luis Ferro
limitation (i'm not sure that there is one, but this limit sure >> is >> crappy) or get a machine with 64bit processor! >> >> LF > > > > Jeremias Maerki > > > ------------- > To unsubscribe, e-mail: [EMAIL P

Re: Out of HEAP memory...

2006-08-22 Thread Luis Ferro
e JVM with more memory... but doesn't use it and gives "out of heap memory" nevertheless. Only now it takes a huge time before it crashs... (will try when i've time with the JDK5EE version... Cheers, LF Luis Ferro wrote: > > Interisting reading ;) thanx for the point