Server is running out of memory (retired) - HxGN SDx - HxGN SDx - Reference - Hexagon

HxGN SDx Modified and Retired Functionality

Language
English
Product
HxGN SDx
Search by Category
Reference
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

This functionality was removed in Update 36 and SmartPlant Markup Plus Server 2019 SP 2.

Problem

The SmartPlant Markup Plus server is running out of memory.

Cause

This problem might occur if too many log files are being generated.

Solution

Stop the Brava! Enterprise Server log files from being generated:

  1. Log on to the SmartPlant Markup Plus server as an administrator.

  2. Open the logback.xml file delivered to the [installation location]\Apache Software Foundation\Tomcat[Version]\webapps\BravaServer\WEB-INF\classes folder.

  3. Comment uncommented elements by adding commenting brackets (<!-- and -->).

Stop the Apache Tomcat log files from being generated:

  1. Log on to the SmartPlant Markup Plus server as an administrator.

  2. Open the server.xml file delivered to the [installation location]\Apache Software Foundation\Tomcat[Version]\conf folder.

  3. Comment the following element by adding commenting brackets (<!-- and -->).

            <!-- <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"

                   prefix="localhost_access_log." suffix=".txt"

                   pattern="%h %l %u %t &quot;%r&quot; %s %b" /> -->

  4. Restart the Apache Tomcat service.