The startup script in windows uses wmic to determine the memory for SQL Workbench/J.
However wmic has been removed by Microsoft in Windows 11 since 2026.
Would it be possible to avoid it, or use some other utility in its place?
The startup script in windows uses wmic to determine the memory for SQL Workbench/J.
However wmic has been removed by Microsoft in Windows 11 since 2026.
Would it be possible to avoid it, or use some other utility in its place?
Thanks for pointing this out.
Obviously the .exe launcher does not need this, so that would be the "natural" replacement to start SQL Workbench/J
I think this can be remove completely and replaced by using a JVM flag to set the memory using a percentage of the available RAM (which is slightly different to the current behaviour which uses a percentage of the free RAM)
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?