2018-02-22 10:56 AM
Hello,
I am new STM32cubeMx. After I installed the software in windows 10 with the latest version. I found software is very slow. For example, when I try to type user label in pin configuration, it took a long time to get response after I press the key. Does anybody know how to fix it?
Note: this post was migrated and contained many threaded conversations, some content may be missing.2018-02-22 02:17 PM
Get a machine that runs Java faster?
2018-02-22 02:22 PM
Some people reports improvement when disable direct3d:
java -jar -Dsun.java2d.d3d=false STM32CubeMX.exe
2018-02-22 04:53 PM
how much Ram is in the machine ?
did you check the Task Manager to see where the bottleneck is ?
Cube is very fast on a normal 'I5' with 8GB ram and onboard graphics.
2018-02-22 05:39 PM
I wonder how much impact AV tools have, JAR files are essentially PKZIP files as I recall.
2018-02-22 11:27 PM
Yes, exactly. I have i7/8GB and works smoothly. Event with Bit9+Symantec. But Agree AV tools + file consistency checkers are killers.
2018-02-22 11:43 PM
the easiest way to speed up your PC, ThisPC right click on C:, untick use search indexer
the not so easy way to double the speed again, replace the HDD with a SSD.
and the best way to make a new PC go very fast, Use a SSD M.2 drive, triple as fast as a standard SSD
2018-02-22 11:48 PM
It depends on what is the root cause of the slowness. If the access to file system - I agree.
Often you need more memory when running heavy background processes like AV, Bit9, etc. Simply to avoid memory swapping.
2018-02-23 09:37 AM
I did your suggestion: '
java -jar -Dsun.java2d.d3d=false STM32CubeMX.exe', It seems works, but still slower than desktop application made by Visual studio. Java desktop application is always painful because SWING is so slow. Frankly, a good programmer should use slow computer with less memory to develop the application because application should adapt bad running environment. You can't tell all end users to upgrade your machine again and again. Frankly, my pc has 8GB, I7 and SSD. I should not ask too much already.
2018-02-23 09:42 AM
Seems that .net vm is faster than java vm. i7/8GB/SSD matches my PC resources.
I would try to look into java jre settings/versions, etc