Documentum Confluence connection

Documentum wdk application. In the module-webapp\src\main\webapp\common\js\portalmenu.js the new link to a confluence page was added: { text:"Contact", url:'javascript:window.open("https://atc.domain.net/confluence/plugins/viewsource/viewpagesrc.action?pageId=21221", "Contact", "menubar=no, toolbar=no, innerWidth=200,innerHeight=100, resizable=yes, scrollbars=yes");window.location.reload();', target:"_top"}, Link works in test and integration environment, but in production the java heap memory increases until it blocks the app. App server runs on Glassfish5. Heap was increased on application server to 4Gb and it still goes up. What could be causing the issue? Or how to add the link to wdk app?

Tagged: