Hello all,

I use xfreerdp to monitor the availability of a Microsoft Remote Desktop 
environment.
This is the command I use:

env WLOG_LEVEL=DEBUG WLOG_APPENDER=FILE 
WLOG_FILEAPPENDER_OUTPUT_FILE_PATH=${PWD} 
WLOG_FILEAPPENDER_OUTPUT_FILE_NAME=freerdp-login.log \
xfreerdp \
/v:$login_cb \
/u:$login_user \
/p:$login_passwd \
/load-balance-info:"$login_lb_info" \
/g:$login_gateway \
/timeout:$login_timeout +auth-only

It is embedded in a bash script and croned repeatedly (every few minutes).

Each execution gives the expected result on the client side.
However, on the server side, each time the script is executed, termsvcs 
allocates about 8 MB of memory and never releases it.
This memory is held until the server is restarted.
I also tested without the +auth-only parameter, but no difference.

Has anyone experienced this?

This is the client-side setup:
Ubuntu 24.04 LTS (GNU/Linux 6.8.0-31-generic x86_64)
FreeRDP version 2.11.5 (2.11.5)

On the server-side there is:
-      RD gateway (win server 2019 10.0.17763.5696)

  *   RD connection broker (win server 2019 10.0.17763.5696)
  *   RD session host (win server 2019 10.0.17763.5696)

Best regards

Mathis Pötzsch
Team Technik

MD CLOUD SERVICES GmbH
Im Taubental 25
41468 Neuss

Tel:   +49 (0)2131 - 75198-0
Fax:  +49 (0)2131 - 75198-99

Mail: m.poetz...@mdcloudservices.de<mailto:m.poetz...@mdcloudservices.de>
Web: www.mdcloudservices.de<http://www.mdcloudservices.de/>
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Kennen Sie schon unser Wissenswertes ?
Hier gibt es Anleitungen zum Umgang mit der Cloud und Antworten auf häufig 
gestellte Fragen.
mdcloudservices.de/kundenbereich/wissenswertes/<https://mdcloudservices.de/kundenbereich/wissenswertes/>
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Amtsgericht Neuss HR B 22400
Geschäftsführung: Ingo Kalker, Timothy Kern
USt-Id: DE 210 900 969


_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to