reload no use? 2007-08-12 - By Mark Thomas
Back John Pedersen wrote: > Nothing that suggests a memory leak. Do you have any suggestions how I might > go about finding where this might be happening? It only seems to happen on > reload - otherwise, the app runs and runs.
Get a profiler - I use YourKit since they have free license for open source development - and test your application with it.
There are lots of things that can catch you out on re-load and not at other times as the application gets a new classloader.
Mark
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|