Displaying 2 results from an estimated 2 matches for "thourought".
Did you mean:
thourough
2004 Aug 06
0
speed and memory
Hi Ulrich,
I've never had any OutOfMEmoryExceptions in my tests, and I think
I've been rather thourough, although probably much more thourought
testing narrowband than wideband. Having said this, it is very hard to
get memory leaks in java, so I am sceptical about that. That memory
might not be used optimally is more likely the case. More often then not
reducing memory use increases processor use. Although is you feel like
doing some...
2004 Aug 06
2
speed and memory
hello,
i switched to use the encoder.processData() and
encoder.getProcessedData() of jspeex. however it looks to me like a
memory leak ... memory usage is increasing very fast and there is no
visible stop ... after about five minutes java.lang.OutOfMemory occurs.
I think it must be the jspeex component, because before i added jspeex
to my app usage was constant at about 5mb.
is it possible