Skip to content

Job will fail randomly #735

@Liu-Delin

Description

@Liu-Delin

We have two arguments to set memory when run shifu stats.

  1. -Dmapreduce.map.memory.mb=4096
  2. -Dmapreduce.map.java.opts="-Xms3700m -Xmx3700m -server -XX:MaxPermSize=64m -XX:PermSize=64m -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:ParallelGCThreads=8 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps"

It means that the worker has 4096MB and JVM has 3700MB memory. But sometimes it will fail due to physical memory is not enough, and we can set less JVM memory to avoid this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions