Search results

  1. S

    ISO's crashed the market

    Regardless of what actually happened, I'm of the opinion that all exchanges should be using the exact same rules as far as circuit breakers and such when participating in the same market(s). That probably would have prevented much of Thursday's carnage.
  2. S

    IB offering gateway access (API without TWS)

    I never said jconsole was inaccurate for what it reports, nor did I say it was hard to use.
  3. S

    IB offering gateway access (API without TWS)

    Well, one shows you what the application thinks it is using while the other shows you how much memory is allocated by the operating system for the application. Both provide useful information but possibly for different things. Well if you have a 96MB memory pool it's pretty unlikely that it...
  4. S

    IB offering gateway access (API without TWS)

    Again, the Windows Task Manager doesn't work that well as that's just showing the resident memory. You need to use a good memory tool like 'pslist' or similar. On 32-bit XP I get about 300MB of memory used with a 96MB memory pool (which is probably not enough if you leave it running for a...
  5. S

    IB offering gateway access (API without TWS)

    Ah, I found the difference. I was using the IB recommended start line: java -cp jts.jar:hsqldb.jar:jcommon-1.0.12.jar:jhall.jar:other.jar:rss.jar -Dsun.java2d.noddraw=true -Xmx512M ibgateway.GWClient . Which reserves 512MB for the memory allocation pool. Of course I'm not sure if it...
  6. S

    IB offering gateway access (API without TWS)

    You can not go by what the GNOME task manager says as that's just the resident size, not the actual size. Use 'top' or 'ps' to get the full values: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND...
  7. S

    IB offering gateway access (API without TWS)

    I say they should display even less information. Remove the GUI completely and make it a command line application with optional levels of logging output. Bare minimum, everything else can be handled by the front-end and the logs. If you want more information displayed then you should be using...
Back
Top