#3061: GHC's GC default heap growth strategy is not as good as other runtimes
-----------------------------------------+----------------------------------
    Reporter:  dons                      |        Owner:                  
        Type:  run-time performance bug  |       Status:  new             
    Priority:  normal                    |    Milestone:  6.12 branch     
   Component:  Runtime System            |      Version:  6.10.1          
    Severity:  normal                    |   Resolution:                  
    Keywords:  performance, GC           |   Difficulty:  Unknown         
    Testcase:  yes                       |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple          |  
-----------------------------------------+----------------------------------
Comment (by simonmar):

 I'm guessing Java -server, and Scala, which also uses Java -server, uses
 quite aggressive heap settings, using more memory (they both use over
 500M).  Whereas we opt for more a conservative policy by default, to use
 less memory.  You could probably argue that `-server` is a GC setting :-)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3061#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to