About 50 results
Open links in new tab
  1. Difference between -XX:+UseParallelGC and -XX:+UseParNewGC

    May 19, 2020 · 3 Using -XX:+UseParNewGC along with -XX:+UseConcMarkSweepGC, will cause higher pause time for Minor GCs, when compared to -XX:+UseParallelGC. This is because, …

  2. Regular Expression to validate xx-xxxxxxx or xxx-xx-xxxx

    Sep 26, 2014 · string1 = xxx-xx-xxxx or string1 = xx-xxxxxxx How can I make the regex accept both kinds of values for the same element? The x's represent numbers only. so total number of digits = 9 …

  3. java - Difference between -XX:MaxPermSize=size and

    Sep 23, 2025 · What is the difference between -XX:MaxPermSize and -XX:MaxMetaspaceSize options in terms of memory settings? The difference between -XX:MaxPermSize and …

  4. Difference between Xms and Xmx and XX:MaxPermSize

    -XX:MaxPermSize=size Sets the maximum permanent generation space size. This option was deprecated in JDK 8, and superseded by the -XX:MaxMetaspaceSize option. Sizes are expressed in …

  5. Is -XX:+UseG1GC the correct replacement for -Xincgc?

    Nov 25, 2015 · So what's the equivalent replacement for it? -XX:+UseG1GC? Background: The application has a heap of 8GB and creates a lot of short living objects. I noticed that it often paused …

  6. How to extract the direct facebook video url - Stack Overflow

    I am trying to extract the url for facebook video file page from the facebook video link but I am not able to proceed how. For example: The facebook video url I have ...

  7. excel - Error: cannot run the macro " xx". The macro may not be ...

    Mar 6, 2023 · Error: cannot run the macro " xx". The macro may not be available in this workbook or all macros may be disabled Asked 3 years ago Modified 3 years ago Viewed 7k times

  8. java - Why should we set -XX:InitialRAMPercentage and -XX ...

    Jun 21, 2024 · In addition, setting -XX:InitialRAMPercentage and -XX:MaxRAMPercentage may take away some flexibility in the heuristic configuration of the garbage collector, which may mean you …

  9. Setting -XX:+DisableExplicitGC in production: what could go wrong?

    Oct 2, 2015 · You are not alone in fixing stop-the-world GC events by setting the -XX:+DisableExplicitGC flag. Unfortunately (and in spite of the disclaimers in the documentation), …

  10. jboss - java.lang.OutOfMemoryError: Metaspace

    Nov 28, 2024 · Since we are getting java.lang.OutOfMemoryError: Metaspace we have planned to increase the -XX:MaxMetaspaceSize size. Question: Currently we are using 6GB of RAM in the …