Performance Issues
I am facing performance issues on several PC's I use to work with TouchGFX.
Time to start simulation for an example project (dice) is several minutes. A comparison with a private owned PC shows that the same project can be simulated in 27s, so I started to look for reasons of this performance issue.
In the known Issues section of the documentation is the following point listed:
LOGONSERVER environment variable
We have observed on a few computers that the TouchGFX is very slow (e.g. "Run simulator" does nothing for 30 seconds). It may help to set the environment variable LOGONSERVER to an empty value. In bash, the command is:
export LOGONSERVER=
Can someone tell me how to work with this environment variable on a windows PC? When I tried to check if this variable is available in CMD, I just get the information that no variable with that name exists
