Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8356277

containers/docker/TestPids.java: Limit value 19128 is not accepted as unlimited

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • 25
    • hotspot
    • None
    • x86_64
    • linux

      When running the testcase in a VM with 16GB RAM it fails as systemd limits DefaultTasksMax based on available RAM.

      test/hotspot/jtreg/containers/docker/TestPids.java
      TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Limit value 19128 is not accepted as unlimited, log line was [0.083s][trace][os,container] Maximum number of tasks is: 19128

      DefaultTasksMax=28776 for RAM 24576MB
      DefaultTasksMax=19128 for RAM 16384MB
      DefaultTasksMax=1088 for RAM 1024MB

      The testcase expects DefaultTasksMax>=20000.

            jkratochvil Jan Kratochvil
            jkratochvil Jan Kratochvil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: