Failed to create hsperfdata_uid folder

I am trying to use jstat and jmap utilities to take a jvm snapshot. It works fine in dev and organizes env, but it does not work in production. All three are on Linux. Error: "could not find jvmId". The main difference I found is that the / tmp / hsperfdata _uid folder is not created on prod jvm, but on dev env I can see the files created under hsperfdata_uid for each jvm. I can not understand the difference between these settings in these JVMs. I tried using -XX: + UsePerfData on this jvm, but still did not output.

let me know if you had such problems.

thank,

+3
source share
1 answer

Java ( , dev/staging)? , JVM. JVM. , /tmp. , ( temp tmpfs sth , /tmp .

, , ! -Sascha -

0

Source: https://habr.com/ru/post/1766829/


All Articles