How to set the Memory/Jvm parameter alternatively for APM Enterprise Manager as Introscope_Enterprise_Manager.lax has been removed from10.8 sp1.
search cancel

How to set the Memory/Jvm parameter alternatively for APM Enterprise Manager as Introscope_Enterprise_Manager.lax has been removed from10.8 sp1.

book

Article ID: 280919

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Introscope_Enterprise_Manager.lax has been removed from10.8 sp1 > so we if needed to set/increased the assigned/default memory /jvm  parameter , how we can do it alternatively?

Environment

APM 10.8 sp1 

Resolution

It ,should be set under Introscope_Enterprise_Manager.ini file present under same path. Below the sample file  example for the  reference for both Windows and  Linux environment.

Windows Env

**************

-startup
.\product\enterprisemanager\plugins\org.eclipse.equinox.launcher_XXXX.jar
--launcher.library
.\product\enterprisemanager\plugins\org.eclipse.equinox.launcher.win32.winxxxx
--launcher.suppressErrors
-noExit
-nosplash
-product
com.wily.introscope.em.product
-install
.\product\enterprisemanager
-configuration
.\product\enterprisemanager\configuration
-vm
.\jre\bin\server\jvm.dll
-vmargs
-Xms1024m
-Xmx1024m
-Djava.io.tmpdir=./work
-Djava.awt.headless=false
-Dmail.mime.charset=UTF-8
-Dorg.owasp.esapi.resources=./config/esapi
-Dcom.wily.util.feedback.backend.disableStdoutFallback=true
-Dcom.ca.apm.logback.configurator.ApmLogbackConfigurator.configurationFile=./config/logback-em.xml
-XX:+UseG1GC
-XX:ParallelGCThreads=4
-XX:ConcGCThreads=2
-Xss512k

Linux  Example:

******************

-Xms2024m
-Xmx2024m
-Djava.awt.headless=true
-Dmail.mime.charset=UTF-8
-Dorg.owasp.esapi.resources=./config/esapi
-showversion
-Dcom.wily.util.feedback.backend.disableStdoutFallback=true
-Dcom.ca.apm.logback.configurator.ApmLogbackConfigurator.configurationFile=./config/logback-em.xml
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=./logs/
-Xss512k
-XX:+UseG1GC
-XX:ParallelGCThreads=4
-XX:ConcGCThreads=2
-jar
./product/enterprisemanager/plugins/org.eclipse.equinox.launcher_XXXX.jar
-noExit
-nosplash
-product
com.wily.introscope.em.product
-install
./product/enterprisemanager
-configuration
./product/enterprisemanager/configuration