In a Garfield application, the gas(“xe“,90.,”ch4”,10.) is used, in running the application, the memory leak occurs.
but when changing xenon to argon, the application run well.
In a Garfield application, the gas(“xe“,90.,”ch4”,10.) is used, in running the application, the memory leak occurs.
but when changing xenon to argon, the application run well.
I guess @hschindl can help you.
Hi,
thanks for reporting this. I would need a little bit more information. Do you have visualisation of the drift lines enabled? If you accumulate many tracks/drift lines to be plotted this will cause the memory consumption of the application to increase with time.
@hschindl, yes, you are right, i accumulate 100 tracks and the related drift lines for plotting, in running, the memory used increase, and the memory leak takes place at last.
it seems it has more larger avalanche size when using the gas(“xe“,90.,”ch4”,10.) than the gas(“ar“,90.,”ch4”,10.).