# System-wide config. To change these values per-user create a file at: # $HOME/.config/ib-gw.conf and set only the values you want to change there. # # In a per-user file you can also append to these flags like this: # ex: JAVA_UI_FLAGS="$JAVA_UI_FLAGS -Dsome_extra_flag" # # Or to the full set of JAVA_FLAGS like this: # ex: JAVA_FLAGS="$JAVA_FLAGS -SomeOtherFlag" IB_CONFIG_DIR=$HOME/.ib-tws JAVA_XMX="-Xmx512m" JAVA_UI_FLAGS="-Dsun.java2d.noddraw=true" JAVA_EXTRA_FLAGS= JAVA_FLAGS="$JAVA_XMX $JAVA_UI_FLAGS $JAVA_EXTRA_FLAGS"