environment:
       - CASSUSER=root
       - CASSPASS=Aa123456
+      - JVM_OPTS=-Xmx2536m -Xms2536m
     expose:
       - 7000
       - 7001
       - $EXTRA_HOST_NAME
     logging:
       driver: json-file
-
+    environment:
+      - CATALINA_OPTS=-Xmx1536m -Xms1536m
   portal-sdk:
     image: ${SDK_IMG_NAME}:${PORTAL_TAG}
     ports:
       - /start-apache-tomcat.sh
     logging:
       driver: json-file
+    environment:
+      - CATALINA_OPTS=-Xmx1536m -Xms1536m
\ No newline at end of file
 
 ## Release Notes
 
 Version 2.2
+- [PORTAL-255] Scheduler Popup opens when page loads
 - [PORTAL-210] Music jar update
 - [PORTAL-179] wrong menu available to App Admin User
 - [PORTAL-207] Raise 4 % percentage (from 44 to 48) sonar code coverage for ONAP PORTAL
 - [Portal-241] To reteieve roles on Users page for sdk(external app)
 - [Portal-220] Fix to delete a portal admin
 - [Portal-256] Fix to make the userRole dynamic on Users modal popup
+- [Portal-211] High memory Usage by Portal, SDK, Cassandra
 
 Version 1.1.0 (Amsterdam), November 2017
 - [Portal-6] Updates to License and Trademark in the PORTAL Source Code
 
                },false);
            
            $scope.openModal = function(data){
-               schedulerService.showWidget(data.widgetName,data.widgetData,data.widgetParameter).then(isConfirmed => {});
+               if(data!=null && data!='' && data.widgetData!=null)
+                       schedulerService.showWidget(data.widgetName,data.widgetData,data.widgetParameter).then(isConfirmed => {});
            }
         }
     }
 
  
   ============LICENSE_END============================================
  
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
+  
   -->
 <!doctype html>
 <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
 
                <encoding>UTF-8</encoding>
                <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions>
                <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
-               <enforcer.skip>true</enforcer.skip>
+               <enforcer.skip>false</enforcer.skip>
        </properties>
 
        <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml