Re: 3d View suddenly impossibly slow

by makkemoi » Mon Oct 01, 2018 9:17 pm

I'm Using sweet home on linux. Found that by increasing initial minimum memory allocation made screen (2d) to update faster.

I have high DPI display and for that used also suggested parameters.

The additional parameters used:

Code: Select all

-Xms2048m -Xmx2048m -Dcom.eteks.sweethome3d.resolutionScale=2 -Dswing.plaf.metal.controlFont=Dialog-12 -Dswing.plaf.metal.userFont=SansSerif-12 -Dswing.plaf.metal.systemFont=SansSerif-12


Cheers [:D]