2017-07-14

Collibra - Successful log sample (after changing JRE memory limits)

This is what a successful setup of a Collibra windows sandbox looks like... DGC 4.6.1 on Tomcat 9, using Java JDK's JRE 1.8.0_131-b11 64-bit.

  • Log file name: catalina.2017-07-14.log
  • Log file rows prefix: [TIMESTAMP] INFO [main] org.apache.catalina.startup.VersionLoggerListener.log ...
  • Details:
    1. Server version:        Apache Tomcat/9.0.0.M22
    2. Server built:          Jun 21 2017 09:44:18 UTC
    3. Server number:         9.0.0.0
    4. OS Name:               Windows 7
    5. OS Version:            6.1
    6. Architecture:          amd64
    7. Java Home:             C:\Program Files\Java\jdk1.8.0_131\jre
    8. JVM Version:           1.8.0_131-b11
    9. JVM Vendor:            Oracle Corporation
    10. CATALINA_BASE:         C:\tomcat
    11. CATALINA_HOME:         C:\tomcat
    12. Command line argument: -Dcatalina.home=C:\tomcat
    13. Command line argument: -Dcatalina.base=C:\tomcat
    14. Command line argument: -Djava.io.tmpdir=C:\tomcat\temp
    15. Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
    16. Command line argument: -Djava.util.logging.config.file=C:\tomcat\conf\logging.properties
    17. Command line argument: exit
    18. Command line argument: -Xms128m
    19. Command line argument: -Xmx256m
    20. Command line argument: -Xmx4096m
    21. Command line argument: -Xms512m
    22. Command line argument: -XX:MaxPermSize=300m

 The last three confirm the limits on the JRE were expanded.

No comments:

Post a Comment