Thread: Slow VPS or pc to run Intellij IDE? Quick fix

Page 5 of 5 FirstFirst ... 345
Results 41 to 43 of 43
  1. #41  
    Registered Member
    Join Date
    Apr 2021
    Posts
    53
    Thanks given
    22
    Thanks received
    17
    Rep Power
    70
    Would've like to have seen this before it was removed. I have a quick PC for localhost developement, however, indexing can take up to 10 minutes sometimes. Would've like to seen how to reduce the wait time.
    Reply With Quote  
     

  2. #42  
    Banned

    Join Date
    Dec 2019
    Age
    31
    Posts
    376
    Thanks given
    361
    Thanks received
    214
    Rep Power
    0
    Quote Originally Posted by RSPS.Java View Post
    Would've like to have seen this before it was removed. I have a quick PC for localhost developement, however, indexing can take up to 10 minutes sometimes. Would've like to seen how to reduce the wait time.
    Code:
    -server
    -Xms1024m
    -Xmx4096m
    -XX:MaxPermSize=1024m
    -XX:ReservedCodeCacheSize=512m
    -XX:+UseCompressedOops
    -Dfile.encoding=UTF-8
    -XX:+UseConcMarkSweepGC
    -XX:+AggressiveOpts
    -XX:+CMSClassUnloadingEnabled
    -XX:+CMSIncrementalMode
    -XX:+CMSIncrementalPacing
    -XX:CMSIncrementalDutyCycleMin=0
    -XX:-TraceClassUnloading
    -XX:+TieredCompilation
    -XX:SoftRefLRUPolicyMSPerMB=100
    -ea
    -Dsun.io.useCanonCaches=false
    -Djava.net.preferIPv4Stack=true
    -Djdk.http.auth.tunneling.disabledSchemes=""
    -XX:+HeapDumpOnOutOfMemoryError
    -XX:-OmitStackTraceInFastThrow
    -Xverify:none
    
    -XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
    -XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
    Reply With Quote  
     

  3. #43  
    Registered Member
    Join Date
    Apr 2021
    Posts
    53
    Thanks given
    22
    Thanks received
    17
    Rep Power
    70
    Excellent! Thanks alot, I actually needed this. I am too impatient to wait for indexing. I am going through nearly every source in the past year and indexing is taking more time than anything. Thanks again.
    Reply With Quote  
     

Page 5 of 5 FirstFirst ... 345

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 03-15-2014, 06:31 PM
  2. Linux Vps (GEtting it to run)
    By Infected-Pkz in forum Help
    Replies: 5
    Last Post: 07-20-2012, 10:17 PM
  3. Replies: 15
    Last Post: 10-11-2009, 10:26 AM
  4. Replies: 1
    Last Post: 08-18-2009, 12:10 AM
  5. Replies: 6
    Last Post: 05-19-2009, 09:33 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •