Speichergrenzen

Die Java Virtual Machine (JVM) legt beim Start den maximal verfügbaren Speicher für die jeweilige Instanz fest.

Windows-Betriebssysteme

This limit could be changed by editing the properties of the windows link (Aristoteles3D without .exe). Within the property dialogs target field is an option -J-XmxYYYm. replace the YYY by your memory limit, e.g. 700 MB -> -J-Xmx700m and restart the viewer by executing (double click) the link.

Andere Betriebssysteme

This limit could be changed by editing the start.bat file. Within the file is an option -J-XmxYYYm. replace the YYY by your memory limit, e.g. 700 MB -> -J-Xmx700m and restart the viewer by executing the start.bat.

Beachten Sie, daß die JVM maximal 1500MB verwalten kann!