Oracle Commerce 11.2 Released - Release Notes

Known Issues in this release:
 
1) (18816983) BCC user segment not appearing in Experience Manager
2)(18780298) Cartridge example causes error
3)(18895941) New user segment not appearing
4)(21363913) Renaming and moving pages are not updated in Experience Manager projects
5)(21502844) Renaming and saving a site page produces "Page not found" error
6)(21649751) Authoring assemblers are not being updated correctly after importing Workbench content
7)(21657293) Error message/out of sync message is displayed after renaming a rule
8)(21671840) Renaming a folder displays misleading error message
9)(21801912) Preview does not refresh after adding content
10)(21822985) Increase and decrease icons are missing
11)(21824187) Intermittently cannot add new rule using Internet Explorer
12)(21864376) Cannot export an application when a folder name is changed from upper to lower case

More info in below thread:
http://docs.oracle.com/cd/E67226_01/Common.112/pdf/RelNotes.pdf

ATG-Endeca Oracle Commerce site performance degrades and toll on application tier memory - Best Practices

Problem Statement:

ATG-Endeca Commerce site performance degrades and toll on application tier memory

Solution:

If aggregation is defined in the Endeca with below configuration(allbins=2) and there are so many sub records are rolled up per product. 
/atg/endeca/assembler/cartridge/handler/config/ResultsListConfig
subRecordsPerAggregateRecord=TWO 

You can fix it as below:
1) Configure records Per Aggregate Record set to 1
 atg/endeca/assembler/cartridge/handler/config/ResultsListConfig
   # For aggregate records, sets the number of sub records that should be included in the results
 subRecordsPerAggregateRecord=ONE