Greetings community , I need your help to avoid error, “directbuffermemory” when viewing scenes or large objects.
I have 8 GB of RAM, I would assign the “head space” about 5 or 6 GB maximum use.
What parameters should change because I’ve changed the 2 parameters showing there, but it is giving me error loading large objects.
not quite understand how you must configure.
A thank you in advance for your help.
[java]# ${HOME} will be replaced by user home directory according to platform
default_userdir="${HOME}/.${APPNAME}/3.0RC2"
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/3.0RC2"
options used by the launcher by default, can be overridden by explicit
command line switches
default_options="–branding jmonkeyplatform -J-Xms24m -J-Xmx512m -J-XX:PermSize=256m -J-XX:MaxDirectMemorySize=2048m"
for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
default location of JDK/JRE, can be overridden by using --jdkhome switch
#jdkhome="/path/to/jdk"
clusters’ paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=
[/java] :amused: