Advertisement
throb

Thinkorswim Optimization Techniques

Jul 15th, 2014
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. 1. Close thinkorswim
  2.  
  3. Go to your desktop and locate the thinkorswim/thinkTDA icon
  4. Right-click on it and choose Properties
  5. In this next window that comes up, click on a button that will either say Find Target or Open File Location (should be the first of three buttons)
  6. In the next window, find the folder titled "usergui" and right-click on it and delete it permanently
  7. Also find and delete any file starting with “cache.” and delete them , too.
  8. Then, look for and open a file that contains “VMOptions”; delete everything in the new window that opens and replace it with this:
  9.  
  10. -Xmx1024m
  11. -Xms1024m
  12. -Dsun.java2d.noddraw=true
  13. -classpath launcher.jar
  14. -Dsun.awt.disableMixing=true
  15. -XX:MaxPermSize=256m
  16. -Dawt.useSystemAAFontSettings=false
  17. -Djava.net.preferIPv4Stack=true
  18. -Dsun.java2d.xrender=True
  19. -XX:-UseConcMarkSweepGC
  20.  
  21. 2. Shut off your PC (don't Restart, but Shut Down)
  22. while your PC is shut down, unplug your modem/router for about 20 seconds and then plug them back in
  23. turn your PC back on
  24.  
  25. 3. Once your PC is back on, click on the thinkorswim icon
  26. login as normal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement