Print at Dec 26, 2025, 10:25:08 PM

Posted by unitedwewillwin at Apr 15, 2022, 5:44:58 PM
Re: Increase memory
I have been trying to increase the memory by following the steps of the FAQ but I am stuck. I'm using the installer version on macOS 12.1.

The FAQ says to "edit the Info.plist" and "change this number by udpating the value of the -Xmx". This is what tried to do. I followed the following steps : Show Package Contents > Contents > Info.plist. However, once the Info.plist opened, nowhere in the lines of the code could I find an "-Xmx" value.

Here is the code :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleGetInfoString</key>
<string>Sweet Home 3D 6.6 Copyright 2007-2021 eTeks</string>
<key>CFBundleVersion</key>
<string>6600</string>
<key>CFBundleShortVersionString</key>
<string>6.6</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SweetHome3D</string>
<key>CFBundleIconFile</key>
<string>SweetHome3D.icns</string>
<key>CFBundleIdentifier</key>
<string>com.eteks.sweethome3d.SweetHome3D</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.6</string>
<key>CFBundleName</key>
<string>Sweet Home 3D</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>SH3D</string>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.9</string>

<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>com.eteks.sweethome3d.SweetHome3D</string>
<key>UTTypeReferenceURL</key>
<string>http://www.sweethome3d.com/</string>
<key>UTTypeDescription</key>
<string>Sweet Home 3D Document</string>
<key>UTTypeIconFile</key>
<string>SweetHome3DDocument.icns</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>SH3D</string>
<key>public.filename-extension</key>
<array>
<string>sh3d</string>
<string>sh3x</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.eteks.sweethome3d.SweetHome3DLanguageLibrary</string>
<key>UTTypeReferenceURL</key>
<string>http://www.sweethome3d.com/</string>
<key>UTTypeDescription</key>
<string>Sweet Home 3D Language Library</string>
<key>UTTypeIconFile</key>
<string>SweetHome3DLanguageLibrary.icns</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>SH3L</string>
<key>public.filename-extension</key>
<array>
<string>sh3l</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.eteks.sweethome3d.SweetHome3DFurnitureLibrary</string>
<key>UTTypeReferenceURL</key>
<string>http://www.sweethome3d.com/</string>
<key>UTTypeDescription</key>
<string>Sweet Home 3D Furniture Library</string>
<key>UTTypeIconFile</key>
<string>SweetHome3DFurnitureLibrary.icns</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>SH3F</string>
<key>public.filename-extension</key>
<array>
<string>sh3f</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.eteks.sweethome3d.SweetHome3DTexturesLibrary</string>
<key>UTTypeReferenceURL</key>
<string>http://www.sweethome3d.com/</string>
<key>UTTypeDescription</key>
<string>Sweet Home 3D Textures Library</string>
<key>UTTypeIconFile</key>
<string>SweetHome3DTexturesLibrary.icns</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>SH3T</string>
<key>public.filename-extension</key>
<array>
<string>sh3t</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeIdentifier</key>
<string>com.eteks.sweethome3d.SweetHome3DPlugin</string>
<key>UTTypeReferenceURL</key>
<string>http://www.sweethome3d.com/</string>
<key>UTTypeDescription</key>
<string>Sweet Home 3D Plugin</string>
<key>UTTypeIconFile</key>
<string>SweetHome3DPlugin.icns</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>SH3P</string>
<key>public.filename-extension</key>
<array>
<string>sh3p</string>
</array>
</dict>
</dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>LSItemContentTypes</key>
<array>
<string>com.eteks.sweethome3d.SweetHome3D</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>SweetHome3DDocument.icns</string>
<key>CFBundleTypeName</key>
<string>Sweet Home 3D Format</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
</dict>
<dict>
<key>LSItemContentTypes</key>
<array>
<string>com.eteks.sweethome3d.SweetHome3DLanguageLibrary</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>SweetHome3DLanguageLibrary.icns</string>
<key>CFBundleTypeName</key>
<string>Sweet Home 3D Language Library Format</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>LSItemContentTypes</key>
<array>
<string>com.eteks.sweethome3d.SweetHome3DFurnitureLibrary</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>SweetHome3DFurnitureLibrary.icns</string>
<key>CFBundleTypeName</key>
<string>Sweet Home 3D Furniture Library Format</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>LSItemContentTypes</key>
<array>
<string>com.eteks.sweethome3d.SweetHome3DTexturesLibrary</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>SweetHome3DTexturesLibrary.icns</string>
<key>CFBundleTypeName</key>
<string>Sweet Home 3D Textures Library Format</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>LSItemContentTypes</key>
<array>
<string>com.eteks.sweethome3d.SweetHome3DPlugin</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>SweetHome3DPlugin.icns</string>
<key>CFBundleTypeName</key>
<string>Sweet Home 3D Plugin Format</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</plist>


Do you know how I could proceed? Thank you in advance.