@MajorP93 I am not sure of which branch.
can you switch to https://github.com/vatesfr/xen-orchestra/pull/9725
then
when running this branch :
wait for the memory to fill
find the process running xo ( dist/cli.mjs )
send signal : kill -SIGUSR2
a file is created in `/tmp/xo-server-${process.pid}-${Date.now()}.heapsnapshot`
Note that these exports can contain sensitive data. This will freeze you xo from a few seconds to 2 minutes, and the memory consumption after will be higher after, but this will be very usefull to identify exactly what is leaking
The file will be a few hundred MB
fbeauchamp opened this pull request in vatesfr/xen-orchestra
open
Fix(xo-server): TLSSocket memory leak — stoppable + http-server-plus incompatibility
#9725