How do I increase the /proc/pid/cmdline 4096 byte limit? July 26, 2023 by Tarik For looking at Java processes jps is very useful. This will give you the main class and jvm args: jps -vl | grep <pid>