Write code for people, not for computers

Sunday, March 29, 2015

How do I check the default value for specific Java parameter at my OS?


java -XX:+PrintFlagsFinal -version | grep ThreadStackSize
Posted by Daniil Yaroslavtsev at 2:54 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Backup Jenkins to S3
    This way we will backup all except for SCM folders and jars. All Jenkins configs, jobs, logs and builds will be preserved, only built artifa...
  • Useful GIT aliases:
    git config --global alias.br branch git config --global alias.sts "status -sb" git config --global alias.sts "diff --name-sta...
  • Example Logstash config to parse Java / Scala multiline logs (e.g. stacktraces) into ES
    Java/Scala stack traces are multiline and usually it have the message starting from Any line which isn't starting with '[' wi...
  • Sevntu Checkstyle release 1.12.0
    Official page: http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.12.0 New and noteworthy: Update in RedundantReturnCheck  ...
  • Oracle: find out / kill connected non-system users
    SELECT 'alter system kill session ''' || sid || ',' || serial# || ''';' AS RESULT, '-- This wi...
  • Why is it OK to catch AND rethrow java.lang.Throwable at the top level code (entrypoint) of your Java application?
    There is only one place where it is completely OK to catch the java.lang.Throwabl e in Java. It is the ' top-level piece of code ...
  • Oracle: get incoming and outgoing grants for specific user
    -- List of incoming grants to specific user/schema: select * from (   select tpm.name privilege,      decode(mod(oa.option$,2), 1, 'YES...
  • Script for Jenkins 'Total build status' job
    Script for Jenkins 'Total build status' job which displays all failed jobs with last changes, committers and links to job's cons...
  • Ubuntu 14.04: configure dev env right after install
    I hate some Ubuntu Unity (and, sure, Windows 8) UI 'innovations'. Wishing best for programmers who write such unusable UI, but alw...
  • Show amount of open files per process
    This one also displays process name, pid and number of open files: lsof | awk '{ print $2 " " $1; }' | sort -rn | uniq -...

Blog Archive

  • ►  2017 (2)
    • ►  April (2)
  • ►  2016 (2)
    • ►  November (1)
    • ►  February (1)
  • ▼  2015 (10)
    • ►  November (1)
    • ►  September (1)
    • ►  August (1)
    • ►  June (2)
    • ►  May (2)
    • ►  April (2)
    • ▼  March (1)
      • How do I check the default value for specific Java...
  • ►  2014 (9)
    • ►  October (2)
    • ►  August (2)
    • ►  July (3)
    • ►  May (1)
    • ►  February (1)
  • ►  2013 (6)
    • ►  July (2)
    • ►  June (1)
    • ►  April (2)
    • ►  March (1)
  • ►  2012 (1)
    • ►  December (1)

About Author

My photo
Daniil Yaroslavtsev
View my complete profile
Awesome Inc. theme. Powered by Blogger.