Hi James,
   
  Can you please let me know the following. Just to 
  avoid a wrong conclusion ...
   
  1. Internal memory on your system ? GBytes 
  ?
  2. Number of steps with exhaustive optimization ? 
  Is 60 steps the total number or the number for cmae ?
  3. Does this happen immed after hitting the 
  OPTIMIZE button or after several steps ? So after 60 steps ?
   
  Regards, Ton.
   
   
   
   
  
    ----- Original Message ----- 
    
    
    Sent: Monday, February 01, 2010 2:57 
    PM
    Subject: Re: [amibroker] Problem 
    removing OptimizerSetEngine( "cmae");
    
  
    
    
    
    There are only 60 steps and it crashes on the second one. I have been 
    able to replicate it. Any code that I have this line:
    
    OptimizerSetEngine("cmae"); will crash 
    after I change it to: // OptimizerSetEngine( "cmae"); 
    If I delete the line altogether, it still 
    crashes.
 
    
    
    
    From: Steve Dugas <sjdugas@xxxxxxxx 
    net>
To: amibroker@xxxxxxxxx 
    ps.com
Sent: Sun, 
    January 31, 2010 6:42:42 PM
Subject: Re: [amibroker] Problem 
    removing OptimizerSetEngine( "cmae");
  
    
    
    
Hi - Exhaustive optimizer can crash if the opt 
    has too many steps and it eventually runs out of memory.  Does the 
    crash happen well into the opt?
     
    Steve
     
    
      ----- Original Message ----- 
      
      
      Sent: Sunday, January 31, 2010 6:26 
      PM
      Subject: [amibroker] Problem removing 
      OptimizerSetEngine( "cmae");
      
      
      Has anyone else had a problem removing this line from their code:
       
      OptimizerSetEngine("cmae"); 
       
      and then trying to run an exhaustive optimization? Every file of code I 
      remove this from, I then can an exception error crash when I try to 
      optimize. I am running XP pro and version 5.29.6.
       
      James