FAQ - Frequently Asked Questions
Issue:
- 
        How can I improve performance with PLS_Toolbox and Matlab on the Mac platform?
 
Possible Solutions:
- 
        Some combinations of PLS_Toolbox and Matlab can experience performance issues. These issues can be the result of a combination of factors involving both PLS_Toolbox and or Matlab. We recommend one or more of the following: 
 - Use the latest version of PLS_Toolbox. In some cases we've been able fix problems associated with Mac performance.
 - Try changing the Java Heap Size from the Matlab>Preferences>Java Heap Memory menu item. Select the largest amount available (e.g., 256MB).
 - For Matlab versions 2011a and newer, disable Screen Menus via the java.opts file. Save all of your work then from the Matlab Command window enter: 
edit(fullfile(matlabroot,'bin','maci64','java.opts'))
 
then add the following line:
-Dapple.laf.useScreenMenuBar=false
save the file and restart Matlab.
-Dapple.awt.graphics.UseQuartz=true
(see this Mathworks page).
The Mathworks has stated to us in response to service requests (FEB 2012):
- "Currently, MATLAB graphics performance can be better under Windows than Mac.  The Win API supports "immediate mode" drawing, and the "deferred mode" on OS X limits the raw performance vs. Windows.  Also Intel has not made available for OS X a version of their compiler which supports PGO."
 
For more information see this link.
If you continue to experience problems please contact helpdesk@eigenvector.com.
        
        
        
Still having problems? Check our documentation Wiki or try writing our helpdesk at helpdesk@eigenvector.com
    
            





