Re: Increase memory
Firefox isn't a Java program. Java is great for many things including its memory management, but once a Java application allocates more memory to work, the way that memory is released once not not needed anymore is less predictable or may vary from a Java Virtual Machine implementation to an other. It's released without problem internally for other tasks in Sweet Home 3D, but even if the Java application doesn't need that internal free memory immediately, it won't be released for the OS during a long time.For example Firefox does free up memory when you close tabs or a second instance, SH3D and/or Java apparently don't.
That switch already exists even if it's not so handy: hide the 3D view by moving the separator between the plan and the 3D view, close your home and reopen it. Then, the resources required for the 3D view will be requested only once you view the 3D view again.have a switch to temporarily suppress 3DView updates while drawing in the 2D plan.
Sorry, I don't know. When comparing the performances of the 3D view in the Java version and the JavaScript Online version on a given computer, I wonder if the bottleneck might be more in Java3D layer than in the graphics card.much does a graphics card help in the overall performance? One with faster or more memory?